pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +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
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -71,36 +70,36 @@ class ContainerResourceMetricSource(dict):
|
|
|
71
70
|
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.
|
|
72
71
|
"""
|
|
73
72
|
def __init__(__self__, *,
|
|
74
|
-
container:
|
|
75
|
-
name:
|
|
73
|
+
container: _builtins.str,
|
|
74
|
+
name: _builtins.str,
|
|
76
75
|
target: 'outputs.MetricTarget'):
|
|
77
76
|
"""
|
|
78
77
|
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.
|
|
79
|
-
:param
|
|
80
|
-
:param
|
|
78
|
+
:param _builtins.str container: container is the name of the container in the pods of the scaling target
|
|
79
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
81
80
|
:param 'MetricTargetArgs' target: target specifies the target value for the given metric
|
|
82
81
|
"""
|
|
83
82
|
pulumi.set(__self__, "container", container)
|
|
84
83
|
pulumi.set(__self__, "name", name)
|
|
85
84
|
pulumi.set(__self__, "target", target)
|
|
86
85
|
|
|
87
|
-
@property
|
|
86
|
+
@_builtins.property
|
|
88
87
|
@pulumi.getter
|
|
89
|
-
def container(self) ->
|
|
88
|
+
def container(self) -> _builtins.str:
|
|
90
89
|
"""
|
|
91
90
|
container is the name of the container in the pods of the scaling target
|
|
92
91
|
"""
|
|
93
92
|
return pulumi.get(self, "container")
|
|
94
93
|
|
|
95
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
96
95
|
@pulumi.getter
|
|
97
|
-
def name(self) ->
|
|
96
|
+
def name(self) -> _builtins.str:
|
|
98
97
|
"""
|
|
99
98
|
name is the name of the resource in question.
|
|
100
99
|
"""
|
|
101
100
|
return pulumi.get(self, "name")
|
|
102
101
|
|
|
103
|
-
@property
|
|
102
|
+
@_builtins.property
|
|
104
103
|
@pulumi.getter
|
|
105
104
|
def target(self) -> 'outputs.MetricTarget':
|
|
106
105
|
"""
|
|
@@ -115,13 +114,13 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
115
114
|
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.
|
|
116
115
|
"""
|
|
117
116
|
def __init__(__self__, *,
|
|
118
|
-
container: Optional[
|
|
119
|
-
name: Optional[
|
|
117
|
+
container: Optional[_builtins.str] = None,
|
|
118
|
+
name: Optional[_builtins.str] = None,
|
|
120
119
|
target: Optional['outputs.MetricTargetPatch'] = None):
|
|
121
120
|
"""
|
|
122
121
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
123
|
-
:param
|
|
124
|
-
:param
|
|
122
|
+
:param _builtins.str container: container is the name of the container in the pods of the scaling target
|
|
123
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
125
124
|
:param 'MetricTargetPatchArgs' target: target specifies the target value for the given metric
|
|
126
125
|
"""
|
|
127
126
|
if container is not None:
|
|
@@ -131,23 +130,23 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
131
130
|
if target is not None:
|
|
132
131
|
pulumi.set(__self__, "target", target)
|
|
133
132
|
|
|
134
|
-
@property
|
|
133
|
+
@_builtins.property
|
|
135
134
|
@pulumi.getter
|
|
136
|
-
def container(self) -> Optional[
|
|
135
|
+
def container(self) -> Optional[_builtins.str]:
|
|
137
136
|
"""
|
|
138
137
|
container is the name of the container in the pods of the scaling target
|
|
139
138
|
"""
|
|
140
139
|
return pulumi.get(self, "container")
|
|
141
140
|
|
|
142
|
-
@property
|
|
141
|
+
@_builtins.property
|
|
143
142
|
@pulumi.getter
|
|
144
|
-
def name(self) -> Optional[
|
|
143
|
+
def name(self) -> Optional[_builtins.str]:
|
|
145
144
|
"""
|
|
146
145
|
name is the name of the resource in question.
|
|
147
146
|
"""
|
|
148
147
|
return pulumi.get(self, "name")
|
|
149
148
|
|
|
150
|
-
@property
|
|
149
|
+
@_builtins.property
|
|
151
150
|
@pulumi.getter
|
|
152
151
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
153
152
|
"""
|
|
@@ -162,28 +161,28 @@ class ContainerResourceMetricStatus(dict):
|
|
|
162
161
|
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.
|
|
163
162
|
"""
|
|
164
163
|
def __init__(__self__, *,
|
|
165
|
-
container:
|
|
164
|
+
container: _builtins.str,
|
|
166
165
|
current: 'outputs.MetricValueStatus',
|
|
167
|
-
name:
|
|
166
|
+
name: _builtins.str):
|
|
168
167
|
"""
|
|
169
168
|
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.
|
|
170
|
-
:param
|
|
169
|
+
:param _builtins.str container: Container is the name of the container in the pods of the scaling target
|
|
171
170
|
:param 'MetricValueStatusArgs' current: current contains the current value for the given metric
|
|
172
|
-
:param
|
|
171
|
+
:param _builtins.str name: Name is the name of the resource in question.
|
|
173
172
|
"""
|
|
174
173
|
pulumi.set(__self__, "container", container)
|
|
175
174
|
pulumi.set(__self__, "current", current)
|
|
176
175
|
pulumi.set(__self__, "name", name)
|
|
177
176
|
|
|
178
|
-
@property
|
|
177
|
+
@_builtins.property
|
|
179
178
|
@pulumi.getter
|
|
180
|
-
def container(self) ->
|
|
179
|
+
def container(self) -> _builtins.str:
|
|
181
180
|
"""
|
|
182
181
|
Container is the name of the container in the pods of the scaling target
|
|
183
182
|
"""
|
|
184
183
|
return pulumi.get(self, "container")
|
|
185
184
|
|
|
186
|
-
@property
|
|
185
|
+
@_builtins.property
|
|
187
186
|
@pulumi.getter
|
|
188
187
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
189
188
|
"""
|
|
@@ -191,9 +190,9 @@ class ContainerResourceMetricStatus(dict):
|
|
|
191
190
|
"""
|
|
192
191
|
return pulumi.get(self, "current")
|
|
193
192
|
|
|
194
|
-
@property
|
|
193
|
+
@_builtins.property
|
|
195
194
|
@pulumi.getter
|
|
196
|
-
def name(self) ->
|
|
195
|
+
def name(self) -> _builtins.str:
|
|
197
196
|
"""
|
|
198
197
|
Name is the name of the resource in question.
|
|
199
198
|
"""
|
|
@@ -206,14 +205,14 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
206
205
|
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.
|
|
207
206
|
"""
|
|
208
207
|
def __init__(__self__, *,
|
|
209
|
-
container: Optional[
|
|
208
|
+
container: Optional[_builtins.str] = None,
|
|
210
209
|
current: Optional['outputs.MetricValueStatusPatch'] = None,
|
|
211
|
-
name: Optional[
|
|
210
|
+
name: Optional[_builtins.str] = None):
|
|
212
211
|
"""
|
|
213
212
|
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.
|
|
214
|
-
:param
|
|
213
|
+
:param _builtins.str container: Container is the name of the container in the pods of the scaling target
|
|
215
214
|
:param 'MetricValueStatusPatchArgs' current: current contains the current value for the given metric
|
|
216
|
-
:param
|
|
215
|
+
:param _builtins.str name: Name is the name of the resource in question.
|
|
217
216
|
"""
|
|
218
217
|
if container is not None:
|
|
219
218
|
pulumi.set(__self__, "container", container)
|
|
@@ -222,15 +221,15 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
222
221
|
if name is not None:
|
|
223
222
|
pulumi.set(__self__, "name", name)
|
|
224
223
|
|
|
225
|
-
@property
|
|
224
|
+
@_builtins.property
|
|
226
225
|
@pulumi.getter
|
|
227
|
-
def container(self) -> Optional[
|
|
226
|
+
def container(self) -> Optional[_builtins.str]:
|
|
228
227
|
"""
|
|
229
228
|
Container is the name of the container in the pods of the scaling target
|
|
230
229
|
"""
|
|
231
230
|
return pulumi.get(self, "container")
|
|
232
231
|
|
|
233
|
-
@property
|
|
232
|
+
@_builtins.property
|
|
234
233
|
@pulumi.getter
|
|
235
234
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
236
235
|
"""
|
|
@@ -238,9 +237,9 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
238
237
|
"""
|
|
239
238
|
return pulumi.get(self, "current")
|
|
240
239
|
|
|
241
|
-
@property
|
|
240
|
+
@_builtins.property
|
|
242
241
|
@pulumi.getter
|
|
243
|
-
def name(self) -> Optional[
|
|
242
|
+
def name(self) -> Optional[_builtins.str]:
|
|
244
243
|
"""
|
|
245
244
|
Name is the name of the resource in question.
|
|
246
245
|
"""
|
|
@@ -270,39 +269,39 @@ class CrossVersionObjectReference(dict):
|
|
|
270
269
|
return super().get(key, default)
|
|
271
270
|
|
|
272
271
|
def __init__(__self__, *,
|
|
273
|
-
kind:
|
|
274
|
-
name:
|
|
275
|
-
api_version: Optional[
|
|
272
|
+
kind: _builtins.str,
|
|
273
|
+
name: _builtins.str,
|
|
274
|
+
api_version: Optional[_builtins.str] = None):
|
|
276
275
|
"""
|
|
277
276
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
278
|
-
:param
|
|
279
|
-
:param
|
|
280
|
-
:param
|
|
277
|
+
:param _builtins.str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
278
|
+
:param _builtins.str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
279
|
+
:param _builtins.str api_version: API version of the referent
|
|
281
280
|
"""
|
|
282
281
|
pulumi.set(__self__, "kind", kind)
|
|
283
282
|
pulumi.set(__self__, "name", name)
|
|
284
283
|
if api_version is not None:
|
|
285
284
|
pulumi.set(__self__, "api_version", api_version)
|
|
286
285
|
|
|
287
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
288
287
|
@pulumi.getter
|
|
289
|
-
def kind(self) ->
|
|
288
|
+
def kind(self) -> _builtins.str:
|
|
290
289
|
"""
|
|
291
290
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
292
291
|
"""
|
|
293
292
|
return pulumi.get(self, "kind")
|
|
294
293
|
|
|
295
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
296
295
|
@pulumi.getter
|
|
297
|
-
def name(self) ->
|
|
296
|
+
def name(self) -> _builtins.str:
|
|
298
297
|
"""
|
|
299
298
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
300
299
|
"""
|
|
301
300
|
return pulumi.get(self, "name")
|
|
302
301
|
|
|
303
|
-
@property
|
|
302
|
+
@_builtins.property
|
|
304
303
|
@pulumi.getter(name="apiVersion")
|
|
305
|
-
def api_version(self) -> Optional[
|
|
304
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
306
305
|
"""
|
|
307
306
|
API version of the referent
|
|
308
307
|
"""
|
|
@@ -332,14 +331,14 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
332
331
|
return super().get(key, default)
|
|
333
332
|
|
|
334
333
|
def __init__(__self__, *,
|
|
335
|
-
api_version: Optional[
|
|
336
|
-
kind: Optional[
|
|
337
|
-
name: Optional[
|
|
334
|
+
api_version: Optional[_builtins.str] = None,
|
|
335
|
+
kind: Optional[_builtins.str] = None,
|
|
336
|
+
name: Optional[_builtins.str] = None):
|
|
338
337
|
"""
|
|
339
338
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
340
|
-
:param
|
|
341
|
-
:param
|
|
342
|
-
:param
|
|
339
|
+
:param _builtins.str api_version: API version of the referent
|
|
340
|
+
:param _builtins.str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
341
|
+
:param _builtins.str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
343
342
|
"""
|
|
344
343
|
if api_version is not None:
|
|
345
344
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -348,25 +347,25 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
348
347
|
if name is not None:
|
|
349
348
|
pulumi.set(__self__, "name", name)
|
|
350
349
|
|
|
351
|
-
@property
|
|
350
|
+
@_builtins.property
|
|
352
351
|
@pulumi.getter(name="apiVersion")
|
|
353
|
-
def api_version(self) -> Optional[
|
|
352
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
354
353
|
"""
|
|
355
354
|
API version of the referent
|
|
356
355
|
"""
|
|
357
356
|
return pulumi.get(self, "api_version")
|
|
358
357
|
|
|
359
|
-
@property
|
|
358
|
+
@_builtins.property
|
|
360
359
|
@pulumi.getter
|
|
361
|
-
def kind(self) -> Optional[
|
|
360
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
362
361
|
"""
|
|
363
362
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
364
363
|
"""
|
|
365
364
|
return pulumi.get(self, "kind")
|
|
366
365
|
|
|
367
|
-
@property
|
|
366
|
+
@_builtins.property
|
|
368
367
|
@pulumi.getter
|
|
369
|
-
def name(self) -> Optional[
|
|
368
|
+
def name(self) -> Optional[_builtins.str]:
|
|
370
369
|
"""
|
|
371
370
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
372
371
|
"""
|
|
@@ -389,7 +388,7 @@ class ExternalMetricSource(dict):
|
|
|
389
388
|
pulumi.set(__self__, "metric", metric)
|
|
390
389
|
pulumi.set(__self__, "target", target)
|
|
391
390
|
|
|
392
|
-
@property
|
|
391
|
+
@_builtins.property
|
|
393
392
|
@pulumi.getter
|
|
394
393
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
395
394
|
"""
|
|
@@ -397,7 +396,7 @@ class ExternalMetricSource(dict):
|
|
|
397
396
|
"""
|
|
398
397
|
return pulumi.get(self, "metric")
|
|
399
398
|
|
|
400
|
-
@property
|
|
399
|
+
@_builtins.property
|
|
401
400
|
@pulumi.getter
|
|
402
401
|
def target(self) -> 'outputs.MetricTarget':
|
|
403
402
|
"""
|
|
@@ -424,7 +423,7 @@ class ExternalMetricSourcePatch(dict):
|
|
|
424
423
|
if target is not None:
|
|
425
424
|
pulumi.set(__self__, "target", target)
|
|
426
425
|
|
|
427
|
-
@property
|
|
426
|
+
@_builtins.property
|
|
428
427
|
@pulumi.getter
|
|
429
428
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
430
429
|
"""
|
|
@@ -432,7 +431,7 @@ class ExternalMetricSourcePatch(dict):
|
|
|
432
431
|
"""
|
|
433
432
|
return pulumi.get(self, "metric")
|
|
434
433
|
|
|
435
|
-
@property
|
|
434
|
+
@_builtins.property
|
|
436
435
|
@pulumi.getter
|
|
437
436
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
438
437
|
"""
|
|
@@ -457,7 +456,7 @@ class ExternalMetricStatus(dict):
|
|
|
457
456
|
pulumi.set(__self__, "current", current)
|
|
458
457
|
pulumi.set(__self__, "metric", metric)
|
|
459
458
|
|
|
460
|
-
@property
|
|
459
|
+
@_builtins.property
|
|
461
460
|
@pulumi.getter
|
|
462
461
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
463
462
|
"""
|
|
@@ -465,7 +464,7 @@ class ExternalMetricStatus(dict):
|
|
|
465
464
|
"""
|
|
466
465
|
return pulumi.get(self, "current")
|
|
467
466
|
|
|
468
|
-
@property
|
|
467
|
+
@_builtins.property
|
|
469
468
|
@pulumi.getter
|
|
470
469
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
471
470
|
"""
|
|
@@ -492,7 +491,7 @@ class ExternalMetricStatusPatch(dict):
|
|
|
492
491
|
if metric is not None:
|
|
493
492
|
pulumi.set(__self__, "metric", metric)
|
|
494
493
|
|
|
495
|
-
@property
|
|
494
|
+
@_builtins.property
|
|
496
495
|
@pulumi.getter
|
|
497
496
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
498
497
|
"""
|
|
@@ -500,7 +499,7 @@ class ExternalMetricStatusPatch(dict):
|
|
|
500
499
|
"""
|
|
501
500
|
return pulumi.get(self, "current")
|
|
502
501
|
|
|
503
|
-
@property
|
|
502
|
+
@_builtins.property
|
|
504
503
|
@pulumi.getter
|
|
505
504
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
506
505
|
"""
|
|
@@ -532,38 +531,38 @@ class HPAScalingPolicy(dict):
|
|
|
532
531
|
return super().get(key, default)
|
|
533
532
|
|
|
534
533
|
def __init__(__self__, *,
|
|
535
|
-
period_seconds:
|
|
536
|
-
type:
|
|
537
|
-
value:
|
|
534
|
+
period_seconds: _builtins.int,
|
|
535
|
+
type: _builtins.str,
|
|
536
|
+
value: _builtins.int):
|
|
538
537
|
"""
|
|
539
538
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
540
|
-
:param
|
|
541
|
-
:param
|
|
542
|
-
:param
|
|
539
|
+
: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).
|
|
540
|
+
:param _builtins.str type: Type is used to specify the scaling policy.
|
|
541
|
+
:param _builtins.int value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
543
542
|
"""
|
|
544
543
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
545
544
|
pulumi.set(__self__, "type", type)
|
|
546
545
|
pulumi.set(__self__, "value", value)
|
|
547
546
|
|
|
548
|
-
@property
|
|
547
|
+
@_builtins.property
|
|
549
548
|
@pulumi.getter(name="periodSeconds")
|
|
550
|
-
def period_seconds(self) ->
|
|
549
|
+
def period_seconds(self) -> _builtins.int:
|
|
551
550
|
"""
|
|
552
551
|
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).
|
|
553
552
|
"""
|
|
554
553
|
return pulumi.get(self, "period_seconds")
|
|
555
554
|
|
|
556
|
-
@property
|
|
555
|
+
@_builtins.property
|
|
557
556
|
@pulumi.getter
|
|
558
|
-
def type(self) ->
|
|
557
|
+
def type(self) -> _builtins.str:
|
|
559
558
|
"""
|
|
560
559
|
Type is used to specify the scaling policy.
|
|
561
560
|
"""
|
|
562
561
|
return pulumi.get(self, "type")
|
|
563
562
|
|
|
564
|
-
@property
|
|
563
|
+
@_builtins.property
|
|
565
564
|
@pulumi.getter
|
|
566
|
-
def value(self) ->
|
|
565
|
+
def value(self) -> _builtins.int:
|
|
567
566
|
"""
|
|
568
567
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
569
568
|
"""
|
|
@@ -593,14 +592,14 @@ class HPAScalingPolicyPatch(dict):
|
|
|
593
592
|
return super().get(key, default)
|
|
594
593
|
|
|
595
594
|
def __init__(__self__, *,
|
|
596
|
-
period_seconds: Optional[
|
|
597
|
-
type: Optional[
|
|
598
|
-
value: Optional[
|
|
595
|
+
period_seconds: Optional[_builtins.int] = None,
|
|
596
|
+
type: Optional[_builtins.str] = None,
|
|
597
|
+
value: Optional[_builtins.int] = None):
|
|
599
598
|
"""
|
|
600
599
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
601
|
-
:param
|
|
602
|
-
:param
|
|
603
|
-
:param
|
|
600
|
+
: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).
|
|
601
|
+
:param _builtins.str type: Type is used to specify the scaling policy.
|
|
602
|
+
:param _builtins.int value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
604
603
|
"""
|
|
605
604
|
if period_seconds is not None:
|
|
606
605
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
@@ -609,25 +608,25 @@ class HPAScalingPolicyPatch(dict):
|
|
|
609
608
|
if value is not None:
|
|
610
609
|
pulumi.set(__self__, "value", value)
|
|
611
610
|
|
|
612
|
-
@property
|
|
611
|
+
@_builtins.property
|
|
613
612
|
@pulumi.getter(name="periodSeconds")
|
|
614
|
-
def period_seconds(self) -> Optional[
|
|
613
|
+
def period_seconds(self) -> Optional[_builtins.int]:
|
|
615
614
|
"""
|
|
616
615
|
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).
|
|
617
616
|
"""
|
|
618
617
|
return pulumi.get(self, "period_seconds")
|
|
619
618
|
|
|
620
|
-
@property
|
|
619
|
+
@_builtins.property
|
|
621
620
|
@pulumi.getter
|
|
622
|
-
def type(self) -> Optional[
|
|
621
|
+
def type(self) -> Optional[_builtins.str]:
|
|
623
622
|
"""
|
|
624
623
|
Type is used to specify the scaling policy.
|
|
625
624
|
"""
|
|
626
625
|
return pulumi.get(self, "type")
|
|
627
626
|
|
|
628
|
-
@property
|
|
627
|
+
@_builtins.property
|
|
629
628
|
@pulumi.getter
|
|
630
|
-
def value(self) -> Optional[
|
|
629
|
+
def value(self) -> Optional[_builtins.int]:
|
|
631
630
|
"""
|
|
632
631
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
633
632
|
"""
|
|
@@ -660,13 +659,13 @@ class HPAScalingRules(dict):
|
|
|
660
659
|
|
|
661
660
|
def __init__(__self__, *,
|
|
662
661
|
policies: Optional[Sequence['outputs.HPAScalingPolicy']] = None,
|
|
663
|
-
select_policy: Optional[
|
|
664
|
-
stabilization_window_seconds: Optional[
|
|
662
|
+
select_policy: Optional[_builtins.str] = None,
|
|
663
|
+
stabilization_window_seconds: Optional[_builtins.int] = None):
|
|
665
664
|
"""
|
|
666
665
|
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.
|
|
667
666
|
: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
|
|
668
|
-
:param
|
|
669
|
-
:param
|
|
667
|
+
:param _builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
668
|
+
: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).
|
|
670
669
|
"""
|
|
671
670
|
if policies is not None:
|
|
672
671
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -675,7 +674,7 @@ class HPAScalingRules(dict):
|
|
|
675
674
|
if stabilization_window_seconds is not None:
|
|
676
675
|
pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
|
|
677
676
|
|
|
678
|
-
@property
|
|
677
|
+
@_builtins.property
|
|
679
678
|
@pulumi.getter
|
|
680
679
|
def policies(self) -> Optional[Sequence['outputs.HPAScalingPolicy']]:
|
|
681
680
|
"""
|
|
@@ -683,17 +682,17 @@ class HPAScalingRules(dict):
|
|
|
683
682
|
"""
|
|
684
683
|
return pulumi.get(self, "policies")
|
|
685
684
|
|
|
686
|
-
@property
|
|
685
|
+
@_builtins.property
|
|
687
686
|
@pulumi.getter(name="selectPolicy")
|
|
688
|
-
def select_policy(self) -> Optional[
|
|
687
|
+
def select_policy(self) -> Optional[_builtins.str]:
|
|
689
688
|
"""
|
|
690
689
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
691
690
|
"""
|
|
692
691
|
return pulumi.get(self, "select_policy")
|
|
693
692
|
|
|
694
|
-
@property
|
|
693
|
+
@_builtins.property
|
|
695
694
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
696
|
-
def stabilization_window_seconds(self) -> Optional[
|
|
695
|
+
def stabilization_window_seconds(self) -> Optional[_builtins.int]:
|
|
697
696
|
"""
|
|
698
697
|
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).
|
|
699
698
|
"""
|
|
@@ -726,13 +725,13 @@ class HPAScalingRulesPatch(dict):
|
|
|
726
725
|
|
|
727
726
|
def __init__(__self__, *,
|
|
728
727
|
policies: Optional[Sequence['outputs.HPAScalingPolicyPatch']] = None,
|
|
729
|
-
select_policy: Optional[
|
|
730
|
-
stabilization_window_seconds: Optional[
|
|
728
|
+
select_policy: Optional[_builtins.str] = None,
|
|
729
|
+
stabilization_window_seconds: Optional[_builtins.int] = None):
|
|
731
730
|
"""
|
|
732
731
|
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.
|
|
733
732
|
: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
|
|
734
|
-
:param
|
|
735
|
-
:param
|
|
733
|
+
:param _builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
734
|
+
: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).
|
|
736
735
|
"""
|
|
737
736
|
if policies is not None:
|
|
738
737
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -741,7 +740,7 @@ class HPAScalingRulesPatch(dict):
|
|
|
741
740
|
if stabilization_window_seconds is not None:
|
|
742
741
|
pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
|
|
743
742
|
|
|
744
|
-
@property
|
|
743
|
+
@_builtins.property
|
|
745
744
|
@pulumi.getter
|
|
746
745
|
def policies(self) -> Optional[Sequence['outputs.HPAScalingPolicyPatch']]:
|
|
747
746
|
"""
|
|
@@ -749,17 +748,17 @@ class HPAScalingRulesPatch(dict):
|
|
|
749
748
|
"""
|
|
750
749
|
return pulumi.get(self, "policies")
|
|
751
750
|
|
|
752
|
-
@property
|
|
751
|
+
@_builtins.property
|
|
753
752
|
@pulumi.getter(name="selectPolicy")
|
|
754
|
-
def select_policy(self) -> Optional[
|
|
753
|
+
def select_policy(self) -> Optional[_builtins.str]:
|
|
755
754
|
"""
|
|
756
755
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
757
756
|
"""
|
|
758
757
|
return pulumi.get(self, "select_policy")
|
|
759
758
|
|
|
760
|
-
@property
|
|
759
|
+
@_builtins.property
|
|
761
760
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
762
|
-
def stabilization_window_seconds(self) -> Optional[
|
|
761
|
+
def stabilization_window_seconds(self) -> Optional[_builtins.int]:
|
|
763
762
|
"""
|
|
764
763
|
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).
|
|
765
764
|
"""
|
|
@@ -789,15 +788,15 @@ class HorizontalPodAutoscaler(dict):
|
|
|
789
788
|
return super().get(key, default)
|
|
790
789
|
|
|
791
790
|
def __init__(__self__, *,
|
|
792
|
-
api_version: Optional[
|
|
793
|
-
kind: Optional[
|
|
791
|
+
api_version: Optional[_builtins.str] = None,
|
|
792
|
+
kind: Optional[_builtins.str] = None,
|
|
794
793
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
795
794
|
spec: Optional['outputs.HorizontalPodAutoscalerSpec'] = None,
|
|
796
795
|
status: Optional['outputs.HorizontalPodAutoscalerStatus'] = None):
|
|
797
796
|
"""
|
|
798
797
|
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.
|
|
799
|
-
:param
|
|
800
|
-
:param
|
|
798
|
+
: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
|
|
799
|
+
: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
|
|
801
800
|
: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
|
|
802
801
|
: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.
|
|
803
802
|
:param 'HorizontalPodAutoscalerStatusArgs' status: status is the current information about the autoscaler.
|
|
@@ -813,23 +812,23 @@ class HorizontalPodAutoscaler(dict):
|
|
|
813
812
|
if status is not None:
|
|
814
813
|
pulumi.set(__self__, "status", status)
|
|
815
814
|
|
|
816
|
-
@property
|
|
815
|
+
@_builtins.property
|
|
817
816
|
@pulumi.getter(name="apiVersion")
|
|
818
|
-
def api_version(self) -> Optional[
|
|
817
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
819
818
|
"""
|
|
820
819
|
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
|
|
821
820
|
"""
|
|
822
821
|
return pulumi.get(self, "api_version")
|
|
823
822
|
|
|
824
|
-
@property
|
|
823
|
+
@_builtins.property
|
|
825
824
|
@pulumi.getter
|
|
826
|
-
def kind(self) -> Optional[
|
|
825
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
827
826
|
"""
|
|
828
827
|
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
|
|
829
828
|
"""
|
|
830
829
|
return pulumi.get(self, "kind")
|
|
831
830
|
|
|
832
|
-
@property
|
|
831
|
+
@_builtins.property
|
|
833
832
|
@pulumi.getter
|
|
834
833
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
835
834
|
"""
|
|
@@ -837,7 +836,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
837
836
|
"""
|
|
838
837
|
return pulumi.get(self, "metadata")
|
|
839
838
|
|
|
840
|
-
@property
|
|
839
|
+
@_builtins.property
|
|
841
840
|
@pulumi.getter
|
|
842
841
|
def spec(self) -> Optional['outputs.HorizontalPodAutoscalerSpec']:
|
|
843
842
|
"""
|
|
@@ -845,7 +844,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
845
844
|
"""
|
|
846
845
|
return pulumi.get(self, "spec")
|
|
847
846
|
|
|
848
|
-
@property
|
|
847
|
+
@_builtins.property
|
|
849
848
|
@pulumi.getter
|
|
850
849
|
def status(self) -> Optional['outputs.HorizontalPodAutoscalerStatus']:
|
|
851
850
|
"""
|
|
@@ -894,7 +893,7 @@ class HorizontalPodAutoscalerBehavior(dict):
|
|
|
894
893
|
if scale_up is not None:
|
|
895
894
|
pulumi.set(__self__, "scale_up", scale_up)
|
|
896
895
|
|
|
897
|
-
@property
|
|
896
|
+
@_builtins.property
|
|
898
897
|
@pulumi.getter(name="scaleDown")
|
|
899
898
|
def scale_down(self) -> Optional['outputs.HPAScalingRules']:
|
|
900
899
|
"""
|
|
@@ -902,7 +901,7 @@ class HorizontalPodAutoscalerBehavior(dict):
|
|
|
902
901
|
"""
|
|
903
902
|
return pulumi.get(self, "scale_down")
|
|
904
903
|
|
|
905
|
-
@property
|
|
904
|
+
@_builtins.property
|
|
906
905
|
@pulumi.getter(name="scaleUp")
|
|
907
906
|
def scale_up(self) -> Optional['outputs.HPAScalingRules']:
|
|
908
907
|
"""
|
|
@@ -954,7 +953,7 @@ class HorizontalPodAutoscalerBehaviorPatch(dict):
|
|
|
954
953
|
if scale_up is not None:
|
|
955
954
|
pulumi.set(__self__, "scale_up", scale_up)
|
|
956
955
|
|
|
957
|
-
@property
|
|
956
|
+
@_builtins.property
|
|
958
957
|
@pulumi.getter(name="scaleDown")
|
|
959
958
|
def scale_down(self) -> Optional['outputs.HPAScalingRulesPatch']:
|
|
960
959
|
"""
|
|
@@ -962,7 +961,7 @@ class HorizontalPodAutoscalerBehaviorPatch(dict):
|
|
|
962
961
|
"""
|
|
963
962
|
return pulumi.get(self, "scale_down")
|
|
964
963
|
|
|
965
|
-
@property
|
|
964
|
+
@_builtins.property
|
|
966
965
|
@pulumi.getter(name="scaleUp")
|
|
967
966
|
def scale_up(self) -> Optional['outputs.HPAScalingRulesPatch']:
|
|
968
967
|
"""
|
|
@@ -997,18 +996,18 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
997
996
|
return super().get(key, default)
|
|
998
997
|
|
|
999
998
|
def __init__(__self__, *,
|
|
1000
|
-
status:
|
|
1001
|
-
type:
|
|
1002
|
-
last_transition_time: Optional[
|
|
1003
|
-
message: Optional[
|
|
1004
|
-
reason: Optional[
|
|
999
|
+
status: _builtins.str,
|
|
1000
|
+
type: _builtins.str,
|
|
1001
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1002
|
+
message: Optional[_builtins.str] = None,
|
|
1003
|
+
reason: Optional[_builtins.str] = None):
|
|
1005
1004
|
"""
|
|
1006
1005
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1007
|
-
:param
|
|
1008
|
-
:param
|
|
1009
|
-
:param
|
|
1010
|
-
:param
|
|
1011
|
-
:param
|
|
1006
|
+
:param _builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1007
|
+
:param _builtins.str type: type describes the current condition
|
|
1008
|
+
:param _builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1009
|
+
:param _builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1010
|
+
:param _builtins.str reason: reason is the reason for the condition's last transition.
|
|
1012
1011
|
"""
|
|
1013
1012
|
pulumi.set(__self__, "status", status)
|
|
1014
1013
|
pulumi.set(__self__, "type", type)
|
|
@@ -1019,41 +1018,41 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1019
1018
|
if reason is not None:
|
|
1020
1019
|
pulumi.set(__self__, "reason", reason)
|
|
1021
1020
|
|
|
1022
|
-
@property
|
|
1021
|
+
@_builtins.property
|
|
1023
1022
|
@pulumi.getter
|
|
1024
|
-
def status(self) ->
|
|
1023
|
+
def status(self) -> _builtins.str:
|
|
1025
1024
|
"""
|
|
1026
1025
|
status is the status of the condition (True, False, Unknown)
|
|
1027
1026
|
"""
|
|
1028
1027
|
return pulumi.get(self, "status")
|
|
1029
1028
|
|
|
1030
|
-
@property
|
|
1029
|
+
@_builtins.property
|
|
1031
1030
|
@pulumi.getter
|
|
1032
|
-
def type(self) ->
|
|
1031
|
+
def type(self) -> _builtins.str:
|
|
1033
1032
|
"""
|
|
1034
1033
|
type describes the current condition
|
|
1035
1034
|
"""
|
|
1036
1035
|
return pulumi.get(self, "type")
|
|
1037
1036
|
|
|
1038
|
-
@property
|
|
1037
|
+
@_builtins.property
|
|
1039
1038
|
@pulumi.getter(name="lastTransitionTime")
|
|
1040
|
-
def last_transition_time(self) -> Optional[
|
|
1039
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1041
1040
|
"""
|
|
1042
1041
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1043
1042
|
"""
|
|
1044
1043
|
return pulumi.get(self, "last_transition_time")
|
|
1045
1044
|
|
|
1046
|
-
@property
|
|
1045
|
+
@_builtins.property
|
|
1047
1046
|
@pulumi.getter
|
|
1048
|
-
def message(self) -> Optional[
|
|
1047
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1049
1048
|
"""
|
|
1050
1049
|
message is a human-readable explanation containing details about the transition
|
|
1051
1050
|
"""
|
|
1052
1051
|
return pulumi.get(self, "message")
|
|
1053
1052
|
|
|
1054
|
-
@property
|
|
1053
|
+
@_builtins.property
|
|
1055
1054
|
@pulumi.getter
|
|
1056
|
-
def reason(self) -> Optional[
|
|
1055
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1057
1056
|
"""
|
|
1058
1057
|
reason is the reason for the condition's last transition.
|
|
1059
1058
|
"""
|
|
@@ -1083,18 +1082,18 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1083
1082
|
return super().get(key, default)
|
|
1084
1083
|
|
|
1085
1084
|
def __init__(__self__, *,
|
|
1086
|
-
last_transition_time: Optional[
|
|
1087
|
-
message: Optional[
|
|
1088
|
-
reason: Optional[
|
|
1089
|
-
status: Optional[
|
|
1090
|
-
type: Optional[
|
|
1085
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1086
|
+
message: Optional[_builtins.str] = None,
|
|
1087
|
+
reason: Optional[_builtins.str] = None,
|
|
1088
|
+
status: Optional[_builtins.str] = None,
|
|
1089
|
+
type: Optional[_builtins.str] = None):
|
|
1091
1090
|
"""
|
|
1092
1091
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1093
|
-
:param
|
|
1094
|
-
:param
|
|
1095
|
-
:param
|
|
1096
|
-
:param
|
|
1097
|
-
:param
|
|
1092
|
+
:param _builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1093
|
+
:param _builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1094
|
+
:param _builtins.str reason: reason is the reason for the condition's last transition.
|
|
1095
|
+
:param _builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1096
|
+
:param _builtins.str type: type describes the current condition
|
|
1098
1097
|
"""
|
|
1099
1098
|
if last_transition_time is not None:
|
|
1100
1099
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1107,41 +1106,41 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1107
1106
|
if type is not None:
|
|
1108
1107
|
pulumi.set(__self__, "type", type)
|
|
1109
1108
|
|
|
1110
|
-
@property
|
|
1109
|
+
@_builtins.property
|
|
1111
1110
|
@pulumi.getter(name="lastTransitionTime")
|
|
1112
|
-
def last_transition_time(self) -> Optional[
|
|
1111
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1113
1112
|
"""
|
|
1114
1113
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1115
1114
|
"""
|
|
1116
1115
|
return pulumi.get(self, "last_transition_time")
|
|
1117
1116
|
|
|
1118
|
-
@property
|
|
1117
|
+
@_builtins.property
|
|
1119
1118
|
@pulumi.getter
|
|
1120
|
-
def message(self) -> Optional[
|
|
1119
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1121
1120
|
"""
|
|
1122
1121
|
message is a human-readable explanation containing details about the transition
|
|
1123
1122
|
"""
|
|
1124
1123
|
return pulumi.get(self, "message")
|
|
1125
1124
|
|
|
1126
|
-
@property
|
|
1125
|
+
@_builtins.property
|
|
1127
1126
|
@pulumi.getter
|
|
1128
|
-
def reason(self) -> Optional[
|
|
1127
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1129
1128
|
"""
|
|
1130
1129
|
reason is the reason for the condition's last transition.
|
|
1131
1130
|
"""
|
|
1132
1131
|
return pulumi.get(self, "reason")
|
|
1133
1132
|
|
|
1134
|
-
@property
|
|
1133
|
+
@_builtins.property
|
|
1135
1134
|
@pulumi.getter
|
|
1136
|
-
def status(self) -> Optional[
|
|
1135
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1137
1136
|
"""
|
|
1138
1137
|
status is the status of the condition (True, False, Unknown)
|
|
1139
1138
|
"""
|
|
1140
1139
|
return pulumi.get(self, "status")
|
|
1141
1140
|
|
|
1142
|
-
@property
|
|
1141
|
+
@_builtins.property
|
|
1143
1142
|
@pulumi.getter
|
|
1144
|
-
def type(self) -> Optional[
|
|
1143
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1145
1144
|
"""
|
|
1146
1145
|
type describes the current condition
|
|
1147
1146
|
"""
|
|
@@ -1175,18 +1174,18 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1175
1174
|
return super().get(key, default)
|
|
1176
1175
|
|
|
1177
1176
|
def __init__(__self__, *,
|
|
1178
|
-
max_replicas:
|
|
1177
|
+
max_replicas: _builtins.int,
|
|
1179
1178
|
scale_target_ref: 'outputs.CrossVersionObjectReference',
|
|
1180
1179
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehavior'] = None,
|
|
1181
1180
|
metrics: Optional[Sequence['outputs.MetricSpec']] = None,
|
|
1182
|
-
min_replicas: Optional[
|
|
1181
|
+
min_replicas: Optional[_builtins.int] = None):
|
|
1183
1182
|
"""
|
|
1184
1183
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1185
|
-
:param
|
|
1184
|
+
: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.
|
|
1186
1185
|
: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.
|
|
1187
1186
|
: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.
|
|
1188
1187
|
: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.
|
|
1189
|
-
:param
|
|
1188
|
+
: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.
|
|
1190
1189
|
"""
|
|
1191
1190
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1192
1191
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1197,15 +1196,15 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1197
1196
|
if min_replicas is not None:
|
|
1198
1197
|
pulumi.set(__self__, "min_replicas", min_replicas)
|
|
1199
1198
|
|
|
1200
|
-
@property
|
|
1199
|
+
@_builtins.property
|
|
1201
1200
|
@pulumi.getter(name="maxReplicas")
|
|
1202
|
-
def max_replicas(self) ->
|
|
1201
|
+
def max_replicas(self) -> _builtins.int:
|
|
1203
1202
|
"""
|
|
1204
1203
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1205
1204
|
"""
|
|
1206
1205
|
return pulumi.get(self, "max_replicas")
|
|
1207
1206
|
|
|
1208
|
-
@property
|
|
1207
|
+
@_builtins.property
|
|
1209
1208
|
@pulumi.getter(name="scaleTargetRef")
|
|
1210
1209
|
def scale_target_ref(self) -> 'outputs.CrossVersionObjectReference':
|
|
1211
1210
|
"""
|
|
@@ -1213,7 +1212,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1213
1212
|
"""
|
|
1214
1213
|
return pulumi.get(self, "scale_target_ref")
|
|
1215
1214
|
|
|
1216
|
-
@property
|
|
1215
|
+
@_builtins.property
|
|
1217
1216
|
@pulumi.getter
|
|
1218
1217
|
def behavior(self) -> Optional['outputs.HorizontalPodAutoscalerBehavior']:
|
|
1219
1218
|
"""
|
|
@@ -1221,7 +1220,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1221
1220
|
"""
|
|
1222
1221
|
return pulumi.get(self, "behavior")
|
|
1223
1222
|
|
|
1224
|
-
@property
|
|
1223
|
+
@_builtins.property
|
|
1225
1224
|
@pulumi.getter
|
|
1226
1225
|
def metrics(self) -> Optional[Sequence['outputs.MetricSpec']]:
|
|
1227
1226
|
"""
|
|
@@ -1229,9 +1228,9 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1229
1228
|
"""
|
|
1230
1229
|
return pulumi.get(self, "metrics")
|
|
1231
1230
|
|
|
1232
|
-
@property
|
|
1231
|
+
@_builtins.property
|
|
1233
1232
|
@pulumi.getter(name="minReplicas")
|
|
1234
|
-
def min_replicas(self) -> Optional[
|
|
1233
|
+
def min_replicas(self) -> Optional[_builtins.int]:
|
|
1235
1234
|
"""
|
|
1236
1235
|
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.
|
|
1237
1236
|
"""
|
|
@@ -1266,16 +1265,16 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1266
1265
|
|
|
1267
1266
|
def __init__(__self__, *,
|
|
1268
1267
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehaviorPatch'] = None,
|
|
1269
|
-
max_replicas: Optional[
|
|
1268
|
+
max_replicas: Optional[_builtins.int] = None,
|
|
1270
1269
|
metrics: Optional[Sequence['outputs.MetricSpecPatch']] = None,
|
|
1271
|
-
min_replicas: Optional[
|
|
1270
|
+
min_replicas: Optional[_builtins.int] = None,
|
|
1272
1271
|
scale_target_ref: Optional['outputs.CrossVersionObjectReferencePatch'] = None):
|
|
1273
1272
|
"""
|
|
1274
1273
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1275
1274
|
: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.
|
|
1276
|
-
:param
|
|
1275
|
+
: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.
|
|
1277
1276
|
: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.
|
|
1278
|
-
:param
|
|
1277
|
+
: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.
|
|
1279
1278
|
: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.
|
|
1280
1279
|
"""
|
|
1281
1280
|
if behavior is not None:
|
|
@@ -1289,7 +1288,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1289
1288
|
if scale_target_ref is not None:
|
|
1290
1289
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
1291
1290
|
|
|
1292
|
-
@property
|
|
1291
|
+
@_builtins.property
|
|
1293
1292
|
@pulumi.getter
|
|
1294
1293
|
def behavior(self) -> Optional['outputs.HorizontalPodAutoscalerBehaviorPatch']:
|
|
1295
1294
|
"""
|
|
@@ -1297,15 +1296,15 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1297
1296
|
"""
|
|
1298
1297
|
return pulumi.get(self, "behavior")
|
|
1299
1298
|
|
|
1300
|
-
@property
|
|
1299
|
+
@_builtins.property
|
|
1301
1300
|
@pulumi.getter(name="maxReplicas")
|
|
1302
|
-
def max_replicas(self) -> Optional[
|
|
1301
|
+
def max_replicas(self) -> Optional[_builtins.int]:
|
|
1303
1302
|
"""
|
|
1304
1303
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1305
1304
|
"""
|
|
1306
1305
|
return pulumi.get(self, "max_replicas")
|
|
1307
1306
|
|
|
1308
|
-
@property
|
|
1307
|
+
@_builtins.property
|
|
1309
1308
|
@pulumi.getter
|
|
1310
1309
|
def metrics(self) -> Optional[Sequence['outputs.MetricSpecPatch']]:
|
|
1311
1310
|
"""
|
|
@@ -1313,15 +1312,15 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1313
1312
|
"""
|
|
1314
1313
|
return pulumi.get(self, "metrics")
|
|
1315
1314
|
|
|
1316
|
-
@property
|
|
1315
|
+
@_builtins.property
|
|
1317
1316
|
@pulumi.getter(name="minReplicas")
|
|
1318
|
-
def min_replicas(self) -> Optional[
|
|
1317
|
+
def min_replicas(self) -> Optional[_builtins.int]:
|
|
1319
1318
|
"""
|
|
1320
1319
|
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.
|
|
1321
1320
|
"""
|
|
1322
1321
|
return pulumi.get(self, "min_replicas")
|
|
1323
1322
|
|
|
1324
|
-
@property
|
|
1323
|
+
@_builtins.property
|
|
1325
1324
|
@pulumi.getter(name="scaleTargetRef")
|
|
1326
1325
|
def scale_target_ref(self) -> Optional['outputs.CrossVersionObjectReferencePatch']:
|
|
1327
1326
|
"""
|
|
@@ -1362,19 +1361,19 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1362
1361
|
|
|
1363
1362
|
def __init__(__self__, *,
|
|
1364
1363
|
conditions: Sequence['outputs.HorizontalPodAutoscalerCondition'],
|
|
1365
|
-
current_replicas:
|
|
1366
|
-
desired_replicas:
|
|
1364
|
+
current_replicas: _builtins.int,
|
|
1365
|
+
desired_replicas: _builtins.int,
|
|
1367
1366
|
current_metrics: Optional[Sequence['outputs.MetricStatus']] = None,
|
|
1368
|
-
last_scale_time: Optional[
|
|
1369
|
-
observed_generation: Optional[
|
|
1367
|
+
last_scale_time: Optional[_builtins.str] = None,
|
|
1368
|
+
observed_generation: Optional[_builtins.int] = None):
|
|
1370
1369
|
"""
|
|
1371
1370
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1372
1371
|
: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.
|
|
1373
|
-
:param
|
|
1374
|
-
:param
|
|
1372
|
+
:param _builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1373
|
+
:param _builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1375
1374
|
:param Sequence['MetricStatusArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1376
|
-
:param
|
|
1377
|
-
:param
|
|
1375
|
+
: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.
|
|
1376
|
+
:param _builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1378
1377
|
"""
|
|
1379
1378
|
pulumi.set(__self__, "conditions", conditions)
|
|
1380
1379
|
pulumi.set(__self__, "current_replicas", current_replicas)
|
|
@@ -1386,7 +1385,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1386
1385
|
if observed_generation is not None:
|
|
1387
1386
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
1388
1387
|
|
|
1389
|
-
@property
|
|
1388
|
+
@_builtins.property
|
|
1390
1389
|
@pulumi.getter
|
|
1391
1390
|
def conditions(self) -> Sequence['outputs.HorizontalPodAutoscalerCondition']:
|
|
1392
1391
|
"""
|
|
@@ -1394,23 +1393,23 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1394
1393
|
"""
|
|
1395
1394
|
return pulumi.get(self, "conditions")
|
|
1396
1395
|
|
|
1397
|
-
@property
|
|
1396
|
+
@_builtins.property
|
|
1398
1397
|
@pulumi.getter(name="currentReplicas")
|
|
1399
|
-
def current_replicas(self) ->
|
|
1398
|
+
def current_replicas(self) -> _builtins.int:
|
|
1400
1399
|
"""
|
|
1401
1400
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1402
1401
|
"""
|
|
1403
1402
|
return pulumi.get(self, "current_replicas")
|
|
1404
1403
|
|
|
1405
|
-
@property
|
|
1404
|
+
@_builtins.property
|
|
1406
1405
|
@pulumi.getter(name="desiredReplicas")
|
|
1407
|
-
def desired_replicas(self) ->
|
|
1406
|
+
def desired_replicas(self) -> _builtins.int:
|
|
1408
1407
|
"""
|
|
1409
1408
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1410
1409
|
"""
|
|
1411
1410
|
return pulumi.get(self, "desired_replicas")
|
|
1412
1411
|
|
|
1413
|
-
@property
|
|
1412
|
+
@_builtins.property
|
|
1414
1413
|
@pulumi.getter(name="currentMetrics")
|
|
1415
1414
|
def current_metrics(self) -> Optional[Sequence['outputs.MetricStatus']]:
|
|
1416
1415
|
"""
|
|
@@ -1418,17 +1417,17 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1418
1417
|
"""
|
|
1419
1418
|
return pulumi.get(self, "current_metrics")
|
|
1420
1419
|
|
|
1421
|
-
@property
|
|
1420
|
+
@_builtins.property
|
|
1422
1421
|
@pulumi.getter(name="lastScaleTime")
|
|
1423
|
-
def last_scale_time(self) -> Optional[
|
|
1422
|
+
def last_scale_time(self) -> Optional[_builtins.str]:
|
|
1424
1423
|
"""
|
|
1425
1424
|
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.
|
|
1426
1425
|
"""
|
|
1427
1426
|
return pulumi.get(self, "last_scale_time")
|
|
1428
1427
|
|
|
1429
|
-
@property
|
|
1428
|
+
@_builtins.property
|
|
1430
1429
|
@pulumi.getter(name="observedGeneration")
|
|
1431
|
-
def observed_generation(self) -> Optional[
|
|
1430
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1432
1431
|
"""
|
|
1433
1432
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1434
1433
|
"""
|
|
@@ -1468,18 +1467,18 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1468
1467
|
def __init__(__self__, *,
|
|
1469
1468
|
conditions: Optional[Sequence['outputs.HorizontalPodAutoscalerConditionPatch']] = None,
|
|
1470
1469
|
current_metrics: Optional[Sequence['outputs.MetricStatusPatch']] = None,
|
|
1471
|
-
current_replicas: Optional[
|
|
1472
|
-
desired_replicas: Optional[
|
|
1473
|
-
last_scale_time: Optional[
|
|
1474
|
-
observed_generation: Optional[
|
|
1470
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
1471
|
+
desired_replicas: Optional[_builtins.int] = None,
|
|
1472
|
+
last_scale_time: Optional[_builtins.str] = None,
|
|
1473
|
+
observed_generation: Optional[_builtins.int] = None):
|
|
1475
1474
|
"""
|
|
1476
1475
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1477
1476
|
: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.
|
|
1478
1477
|
:param Sequence['MetricStatusPatchArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1479
|
-
:param
|
|
1480
|
-
:param
|
|
1481
|
-
:param
|
|
1482
|
-
:param
|
|
1478
|
+
:param _builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1479
|
+
:param _builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1480
|
+
: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.
|
|
1481
|
+
:param _builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1483
1482
|
"""
|
|
1484
1483
|
if conditions is not None:
|
|
1485
1484
|
pulumi.set(__self__, "conditions", conditions)
|
|
@@ -1494,7 +1493,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1494
1493
|
if observed_generation is not None:
|
|
1495
1494
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
1496
1495
|
|
|
1497
|
-
@property
|
|
1496
|
+
@_builtins.property
|
|
1498
1497
|
@pulumi.getter
|
|
1499
1498
|
def conditions(self) -> Optional[Sequence['outputs.HorizontalPodAutoscalerConditionPatch']]:
|
|
1500
1499
|
"""
|
|
@@ -1502,7 +1501,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1502
1501
|
"""
|
|
1503
1502
|
return pulumi.get(self, "conditions")
|
|
1504
1503
|
|
|
1505
|
-
@property
|
|
1504
|
+
@_builtins.property
|
|
1506
1505
|
@pulumi.getter(name="currentMetrics")
|
|
1507
1506
|
def current_metrics(self) -> Optional[Sequence['outputs.MetricStatusPatch']]:
|
|
1508
1507
|
"""
|
|
@@ -1510,33 +1509,33 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1510
1509
|
"""
|
|
1511
1510
|
return pulumi.get(self, "current_metrics")
|
|
1512
1511
|
|
|
1513
|
-
@property
|
|
1512
|
+
@_builtins.property
|
|
1514
1513
|
@pulumi.getter(name="currentReplicas")
|
|
1515
|
-
def current_replicas(self) -> Optional[
|
|
1514
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
1516
1515
|
"""
|
|
1517
1516
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1518
1517
|
"""
|
|
1519
1518
|
return pulumi.get(self, "current_replicas")
|
|
1520
1519
|
|
|
1521
|
-
@property
|
|
1520
|
+
@_builtins.property
|
|
1522
1521
|
@pulumi.getter(name="desiredReplicas")
|
|
1523
|
-
def desired_replicas(self) -> Optional[
|
|
1522
|
+
def desired_replicas(self) -> Optional[_builtins.int]:
|
|
1524
1523
|
"""
|
|
1525
1524
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1526
1525
|
"""
|
|
1527
1526
|
return pulumi.get(self, "desired_replicas")
|
|
1528
1527
|
|
|
1529
|
-
@property
|
|
1528
|
+
@_builtins.property
|
|
1530
1529
|
@pulumi.getter(name="lastScaleTime")
|
|
1531
|
-
def last_scale_time(self) -> Optional[
|
|
1530
|
+
def last_scale_time(self) -> Optional[_builtins.str]:
|
|
1532
1531
|
"""
|
|
1533
1532
|
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.
|
|
1534
1533
|
"""
|
|
1535
1534
|
return pulumi.get(self, "last_scale_time")
|
|
1536
1535
|
|
|
1537
|
-
@property
|
|
1536
|
+
@_builtins.property
|
|
1538
1537
|
@pulumi.getter(name="observedGeneration")
|
|
1539
|
-
def observed_generation(self) -> Optional[
|
|
1538
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1540
1539
|
"""
|
|
1541
1540
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1542
1541
|
"""
|
|
@@ -1549,26 +1548,26 @@ class MetricIdentifier(dict):
|
|
|
1549
1548
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1550
1549
|
"""
|
|
1551
1550
|
def __init__(__self__, *,
|
|
1552
|
-
name:
|
|
1551
|
+
name: _builtins.str,
|
|
1553
1552
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
1554
1553
|
"""
|
|
1555
1554
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1556
|
-
:param
|
|
1555
|
+
:param _builtins.str name: name is the name of the given metric
|
|
1557
1556
|
: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.
|
|
1558
1557
|
"""
|
|
1559
1558
|
pulumi.set(__self__, "name", name)
|
|
1560
1559
|
if selector is not None:
|
|
1561
1560
|
pulumi.set(__self__, "selector", selector)
|
|
1562
1561
|
|
|
1563
|
-
@property
|
|
1562
|
+
@_builtins.property
|
|
1564
1563
|
@pulumi.getter
|
|
1565
|
-
def name(self) ->
|
|
1564
|
+
def name(self) -> _builtins.str:
|
|
1566
1565
|
"""
|
|
1567
1566
|
name is the name of the given metric
|
|
1568
1567
|
"""
|
|
1569
1568
|
return pulumi.get(self, "name")
|
|
1570
1569
|
|
|
1571
|
-
@property
|
|
1570
|
+
@_builtins.property
|
|
1572
1571
|
@pulumi.getter
|
|
1573
1572
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
1574
1573
|
"""
|
|
@@ -1583,11 +1582,11 @@ class MetricIdentifierPatch(dict):
|
|
|
1583
1582
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1584
1583
|
"""
|
|
1585
1584
|
def __init__(__self__, *,
|
|
1586
|
-
name: Optional[
|
|
1585
|
+
name: Optional[_builtins.str] = None,
|
|
1587
1586
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
1588
1587
|
"""
|
|
1589
1588
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1590
|
-
:param
|
|
1589
|
+
:param _builtins.str name: name is the name of the given metric
|
|
1591
1590
|
: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.
|
|
1592
1591
|
"""
|
|
1593
1592
|
if name is not None:
|
|
@@ -1595,15 +1594,15 @@ class MetricIdentifierPatch(dict):
|
|
|
1595
1594
|
if selector is not None:
|
|
1596
1595
|
pulumi.set(__self__, "selector", selector)
|
|
1597
1596
|
|
|
1598
|
-
@property
|
|
1597
|
+
@_builtins.property
|
|
1599
1598
|
@pulumi.getter
|
|
1600
|
-
def name(self) -> Optional[
|
|
1599
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1601
1600
|
"""
|
|
1602
1601
|
name is the name of the given metric
|
|
1603
1602
|
"""
|
|
1604
1603
|
return pulumi.get(self, "name")
|
|
1605
1604
|
|
|
1606
|
-
@property
|
|
1605
|
+
@_builtins.property
|
|
1607
1606
|
@pulumi.getter
|
|
1608
1607
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
1609
1608
|
"""
|
|
@@ -1635,7 +1634,7 @@ class MetricSpec(dict):
|
|
|
1635
1634
|
return super().get(key, default)
|
|
1636
1635
|
|
|
1637
1636
|
def __init__(__self__, *,
|
|
1638
|
-
type:
|
|
1637
|
+
type: _builtins.str,
|
|
1639
1638
|
container_resource: Optional['outputs.ContainerResourceMetricSource'] = None,
|
|
1640
1639
|
external: Optional['outputs.ExternalMetricSource'] = None,
|
|
1641
1640
|
object: Optional['outputs.ObjectMetricSource'] = None,
|
|
@@ -1643,7 +1642,7 @@ class MetricSpec(dict):
|
|
|
1643
1642
|
resource: Optional['outputs.ResourceMetricSource'] = None):
|
|
1644
1643
|
"""
|
|
1645
1644
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1646
|
-
:param
|
|
1645
|
+
: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.
|
|
1647
1646
|
: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.
|
|
1648
1647
|
: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).
|
|
1649
1648
|
:param 'ObjectMetricSourceArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1662,15 +1661,15 @@ class MetricSpec(dict):
|
|
|
1662
1661
|
if resource is not None:
|
|
1663
1662
|
pulumi.set(__self__, "resource", resource)
|
|
1664
1663
|
|
|
1665
|
-
@property
|
|
1664
|
+
@_builtins.property
|
|
1666
1665
|
@pulumi.getter
|
|
1667
|
-
def type(self) ->
|
|
1666
|
+
def type(self) -> _builtins.str:
|
|
1668
1667
|
"""
|
|
1669
1668
|
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.
|
|
1670
1669
|
"""
|
|
1671
1670
|
return pulumi.get(self, "type")
|
|
1672
1671
|
|
|
1673
|
-
@property
|
|
1672
|
+
@_builtins.property
|
|
1674
1673
|
@pulumi.getter(name="containerResource")
|
|
1675
1674
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricSource']:
|
|
1676
1675
|
"""
|
|
@@ -1678,7 +1677,7 @@ class MetricSpec(dict):
|
|
|
1678
1677
|
"""
|
|
1679
1678
|
return pulumi.get(self, "container_resource")
|
|
1680
1679
|
|
|
1681
|
-
@property
|
|
1680
|
+
@_builtins.property
|
|
1682
1681
|
@pulumi.getter
|
|
1683
1682
|
def external(self) -> Optional['outputs.ExternalMetricSource']:
|
|
1684
1683
|
"""
|
|
@@ -1686,7 +1685,7 @@ class MetricSpec(dict):
|
|
|
1686
1685
|
"""
|
|
1687
1686
|
return pulumi.get(self, "external")
|
|
1688
1687
|
|
|
1689
|
-
@property
|
|
1688
|
+
@_builtins.property
|
|
1690
1689
|
@pulumi.getter
|
|
1691
1690
|
def object(self) -> Optional['outputs.ObjectMetricSource']:
|
|
1692
1691
|
"""
|
|
@@ -1694,7 +1693,7 @@ class MetricSpec(dict):
|
|
|
1694
1693
|
"""
|
|
1695
1694
|
return pulumi.get(self, "object")
|
|
1696
1695
|
|
|
1697
|
-
@property
|
|
1696
|
+
@_builtins.property
|
|
1698
1697
|
@pulumi.getter
|
|
1699
1698
|
def pods(self) -> Optional['outputs.PodsMetricSource']:
|
|
1700
1699
|
"""
|
|
@@ -1702,7 +1701,7 @@ class MetricSpec(dict):
|
|
|
1702
1701
|
"""
|
|
1703
1702
|
return pulumi.get(self, "pods")
|
|
1704
1703
|
|
|
1705
|
-
@property
|
|
1704
|
+
@_builtins.property
|
|
1706
1705
|
@pulumi.getter
|
|
1707
1706
|
def resource(self) -> Optional['outputs.ResourceMetricSource']:
|
|
1708
1707
|
"""
|
|
@@ -1739,7 +1738,7 @@ class MetricSpecPatch(dict):
|
|
|
1739
1738
|
object: Optional['outputs.ObjectMetricSourcePatch'] = None,
|
|
1740
1739
|
pods: Optional['outputs.PodsMetricSourcePatch'] = None,
|
|
1741
1740
|
resource: Optional['outputs.ResourceMetricSourcePatch'] = None,
|
|
1742
|
-
type: Optional[
|
|
1741
|
+
type: Optional[_builtins.str] = None):
|
|
1743
1742
|
"""
|
|
1744
1743
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1745
1744
|
: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.
|
|
@@ -1747,7 +1746,7 @@ class MetricSpecPatch(dict):
|
|
|
1747
1746
|
:param 'ObjectMetricSourcePatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1748
1747
|
: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.
|
|
1749
1748
|
: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.
|
|
1750
|
-
:param
|
|
1749
|
+
: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.
|
|
1751
1750
|
"""
|
|
1752
1751
|
if container_resource is not None:
|
|
1753
1752
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1762,7 +1761,7 @@ class MetricSpecPatch(dict):
|
|
|
1762
1761
|
if type is not None:
|
|
1763
1762
|
pulumi.set(__self__, "type", type)
|
|
1764
1763
|
|
|
1765
|
-
@property
|
|
1764
|
+
@_builtins.property
|
|
1766
1765
|
@pulumi.getter(name="containerResource")
|
|
1767
1766
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricSourcePatch']:
|
|
1768
1767
|
"""
|
|
@@ -1770,7 +1769,7 @@ class MetricSpecPatch(dict):
|
|
|
1770
1769
|
"""
|
|
1771
1770
|
return pulumi.get(self, "container_resource")
|
|
1772
1771
|
|
|
1773
|
-
@property
|
|
1772
|
+
@_builtins.property
|
|
1774
1773
|
@pulumi.getter
|
|
1775
1774
|
def external(self) -> Optional['outputs.ExternalMetricSourcePatch']:
|
|
1776
1775
|
"""
|
|
@@ -1778,7 +1777,7 @@ class MetricSpecPatch(dict):
|
|
|
1778
1777
|
"""
|
|
1779
1778
|
return pulumi.get(self, "external")
|
|
1780
1779
|
|
|
1781
|
-
@property
|
|
1780
|
+
@_builtins.property
|
|
1782
1781
|
@pulumi.getter
|
|
1783
1782
|
def object(self) -> Optional['outputs.ObjectMetricSourcePatch']:
|
|
1784
1783
|
"""
|
|
@@ -1786,7 +1785,7 @@ class MetricSpecPatch(dict):
|
|
|
1786
1785
|
"""
|
|
1787
1786
|
return pulumi.get(self, "object")
|
|
1788
1787
|
|
|
1789
|
-
@property
|
|
1788
|
+
@_builtins.property
|
|
1790
1789
|
@pulumi.getter
|
|
1791
1790
|
def pods(self) -> Optional['outputs.PodsMetricSourcePatch']:
|
|
1792
1791
|
"""
|
|
@@ -1794,7 +1793,7 @@ class MetricSpecPatch(dict):
|
|
|
1794
1793
|
"""
|
|
1795
1794
|
return pulumi.get(self, "pods")
|
|
1796
1795
|
|
|
1797
|
-
@property
|
|
1796
|
+
@_builtins.property
|
|
1798
1797
|
@pulumi.getter
|
|
1799
1798
|
def resource(self) -> Optional['outputs.ResourceMetricSourcePatch']:
|
|
1800
1799
|
"""
|
|
@@ -1802,9 +1801,9 @@ class MetricSpecPatch(dict):
|
|
|
1802
1801
|
"""
|
|
1803
1802
|
return pulumi.get(self, "resource")
|
|
1804
1803
|
|
|
1805
|
-
@property
|
|
1804
|
+
@_builtins.property
|
|
1806
1805
|
@pulumi.getter
|
|
1807
|
-
def type(self) -> Optional[
|
|
1806
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1808
1807
|
"""
|
|
1809
1808
|
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.
|
|
1810
1809
|
"""
|
|
@@ -1834,7 +1833,7 @@ class MetricStatus(dict):
|
|
|
1834
1833
|
return super().get(key, default)
|
|
1835
1834
|
|
|
1836
1835
|
def __init__(__self__, *,
|
|
1837
|
-
type:
|
|
1836
|
+
type: _builtins.str,
|
|
1838
1837
|
container_resource: Optional['outputs.ContainerResourceMetricStatus'] = None,
|
|
1839
1838
|
external: Optional['outputs.ExternalMetricStatus'] = None,
|
|
1840
1839
|
object: Optional['outputs.ObjectMetricStatus'] = None,
|
|
@@ -1842,7 +1841,7 @@ class MetricStatus(dict):
|
|
|
1842
1841
|
resource: Optional['outputs.ResourceMetricStatus'] = None):
|
|
1843
1842
|
"""
|
|
1844
1843
|
MetricStatus describes the last-read state of a single metric.
|
|
1845
|
-
:param
|
|
1844
|
+
: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.
|
|
1846
1845
|
: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.
|
|
1847
1846
|
: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).
|
|
1848
1847
|
:param 'ObjectMetricStatusArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1861,15 +1860,15 @@ class MetricStatus(dict):
|
|
|
1861
1860
|
if resource is not None:
|
|
1862
1861
|
pulumi.set(__self__, "resource", resource)
|
|
1863
1862
|
|
|
1864
|
-
@property
|
|
1863
|
+
@_builtins.property
|
|
1865
1864
|
@pulumi.getter
|
|
1866
|
-
def type(self) ->
|
|
1865
|
+
def type(self) -> _builtins.str:
|
|
1867
1866
|
"""
|
|
1868
1867
|
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.
|
|
1869
1868
|
"""
|
|
1870
1869
|
return pulumi.get(self, "type")
|
|
1871
1870
|
|
|
1872
|
-
@property
|
|
1871
|
+
@_builtins.property
|
|
1873
1872
|
@pulumi.getter(name="containerResource")
|
|
1874
1873
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricStatus']:
|
|
1875
1874
|
"""
|
|
@@ -1877,7 +1876,7 @@ class MetricStatus(dict):
|
|
|
1877
1876
|
"""
|
|
1878
1877
|
return pulumi.get(self, "container_resource")
|
|
1879
1878
|
|
|
1880
|
-
@property
|
|
1879
|
+
@_builtins.property
|
|
1881
1880
|
@pulumi.getter
|
|
1882
1881
|
def external(self) -> Optional['outputs.ExternalMetricStatus']:
|
|
1883
1882
|
"""
|
|
@@ -1885,7 +1884,7 @@ class MetricStatus(dict):
|
|
|
1885
1884
|
"""
|
|
1886
1885
|
return pulumi.get(self, "external")
|
|
1887
1886
|
|
|
1888
|
-
@property
|
|
1887
|
+
@_builtins.property
|
|
1889
1888
|
@pulumi.getter
|
|
1890
1889
|
def object(self) -> Optional['outputs.ObjectMetricStatus']:
|
|
1891
1890
|
"""
|
|
@@ -1893,7 +1892,7 @@ class MetricStatus(dict):
|
|
|
1893
1892
|
"""
|
|
1894
1893
|
return pulumi.get(self, "object")
|
|
1895
1894
|
|
|
1896
|
-
@property
|
|
1895
|
+
@_builtins.property
|
|
1897
1896
|
@pulumi.getter
|
|
1898
1897
|
def pods(self) -> Optional['outputs.PodsMetricStatus']:
|
|
1899
1898
|
"""
|
|
@@ -1901,7 +1900,7 @@ class MetricStatus(dict):
|
|
|
1901
1900
|
"""
|
|
1902
1901
|
return pulumi.get(self, "pods")
|
|
1903
1902
|
|
|
1904
|
-
@property
|
|
1903
|
+
@_builtins.property
|
|
1905
1904
|
@pulumi.getter
|
|
1906
1905
|
def resource(self) -> Optional['outputs.ResourceMetricStatus']:
|
|
1907
1906
|
"""
|
|
@@ -1938,7 +1937,7 @@ class MetricStatusPatch(dict):
|
|
|
1938
1937
|
object: Optional['outputs.ObjectMetricStatusPatch'] = None,
|
|
1939
1938
|
pods: Optional['outputs.PodsMetricStatusPatch'] = None,
|
|
1940
1939
|
resource: Optional['outputs.ResourceMetricStatusPatch'] = None,
|
|
1941
|
-
type: Optional[
|
|
1940
|
+
type: Optional[_builtins.str] = None):
|
|
1942
1941
|
"""
|
|
1943
1942
|
MetricStatus describes the last-read state of a single metric.
|
|
1944
1943
|
: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.
|
|
@@ -1946,7 +1945,7 @@ class MetricStatusPatch(dict):
|
|
|
1946
1945
|
:param 'ObjectMetricStatusPatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1947
1946
|
: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.
|
|
1948
1947
|
: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.
|
|
1949
|
-
:param
|
|
1948
|
+
: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.
|
|
1950
1949
|
"""
|
|
1951
1950
|
if container_resource is not None:
|
|
1952
1951
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1961,7 +1960,7 @@ class MetricStatusPatch(dict):
|
|
|
1961
1960
|
if type is not None:
|
|
1962
1961
|
pulumi.set(__self__, "type", type)
|
|
1963
1962
|
|
|
1964
|
-
@property
|
|
1963
|
+
@_builtins.property
|
|
1965
1964
|
@pulumi.getter(name="containerResource")
|
|
1966
1965
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricStatusPatch']:
|
|
1967
1966
|
"""
|
|
@@ -1969,7 +1968,7 @@ class MetricStatusPatch(dict):
|
|
|
1969
1968
|
"""
|
|
1970
1969
|
return pulumi.get(self, "container_resource")
|
|
1971
1970
|
|
|
1972
|
-
@property
|
|
1971
|
+
@_builtins.property
|
|
1973
1972
|
@pulumi.getter
|
|
1974
1973
|
def external(self) -> Optional['outputs.ExternalMetricStatusPatch']:
|
|
1975
1974
|
"""
|
|
@@ -1977,7 +1976,7 @@ class MetricStatusPatch(dict):
|
|
|
1977
1976
|
"""
|
|
1978
1977
|
return pulumi.get(self, "external")
|
|
1979
1978
|
|
|
1980
|
-
@property
|
|
1979
|
+
@_builtins.property
|
|
1981
1980
|
@pulumi.getter
|
|
1982
1981
|
def object(self) -> Optional['outputs.ObjectMetricStatusPatch']:
|
|
1983
1982
|
"""
|
|
@@ -1985,7 +1984,7 @@ class MetricStatusPatch(dict):
|
|
|
1985
1984
|
"""
|
|
1986
1985
|
return pulumi.get(self, "object")
|
|
1987
1986
|
|
|
1988
|
-
@property
|
|
1987
|
+
@_builtins.property
|
|
1989
1988
|
@pulumi.getter
|
|
1990
1989
|
def pods(self) -> Optional['outputs.PodsMetricStatusPatch']:
|
|
1991
1990
|
"""
|
|
@@ -1993,7 +1992,7 @@ class MetricStatusPatch(dict):
|
|
|
1993
1992
|
"""
|
|
1994
1993
|
return pulumi.get(self, "pods")
|
|
1995
1994
|
|
|
1996
|
-
@property
|
|
1995
|
+
@_builtins.property
|
|
1997
1996
|
@pulumi.getter
|
|
1998
1997
|
def resource(self) -> Optional['outputs.ResourceMetricStatusPatch']:
|
|
1999
1998
|
"""
|
|
@@ -2001,9 +2000,9 @@ class MetricStatusPatch(dict):
|
|
|
2001
2000
|
"""
|
|
2002
2001
|
return pulumi.get(self, "resource")
|
|
2003
2002
|
|
|
2004
|
-
@property
|
|
2003
|
+
@_builtins.property
|
|
2005
2004
|
@pulumi.getter
|
|
2006
|
-
def type(self) -> Optional[
|
|
2005
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2007
2006
|
"""
|
|
2008
2007
|
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.
|
|
2009
2008
|
"""
|
|
@@ -2035,16 +2034,16 @@ class MetricTarget(dict):
|
|
|
2035
2034
|
return super().get(key, default)
|
|
2036
2035
|
|
|
2037
2036
|
def __init__(__self__, *,
|
|
2038
|
-
type:
|
|
2039
|
-
average_utilization: Optional[
|
|
2040
|
-
average_value: Optional[
|
|
2041
|
-
value: Optional[
|
|
2037
|
+
type: _builtins.str,
|
|
2038
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2039
|
+
average_value: Optional[_builtins.str] = None,
|
|
2040
|
+
value: Optional[_builtins.str] = None):
|
|
2042
2041
|
"""
|
|
2043
2042
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2044
|
-
:param
|
|
2045
|
-
:param
|
|
2046
|
-
:param
|
|
2047
|
-
:param
|
|
2043
|
+
:param _builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2044
|
+
: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
|
|
2045
|
+
:param _builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2046
|
+
:param _builtins.str value: value is the target value of the metric (as a quantity).
|
|
2048
2047
|
"""
|
|
2049
2048
|
pulumi.set(__self__, "type", type)
|
|
2050
2049
|
if average_utilization is not None:
|
|
@@ -2054,33 +2053,33 @@ class MetricTarget(dict):
|
|
|
2054
2053
|
if value is not None:
|
|
2055
2054
|
pulumi.set(__self__, "value", value)
|
|
2056
2055
|
|
|
2057
|
-
@property
|
|
2056
|
+
@_builtins.property
|
|
2058
2057
|
@pulumi.getter
|
|
2059
|
-
def type(self) ->
|
|
2058
|
+
def type(self) -> _builtins.str:
|
|
2060
2059
|
"""
|
|
2061
2060
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2062
2061
|
"""
|
|
2063
2062
|
return pulumi.get(self, "type")
|
|
2064
2063
|
|
|
2065
|
-
@property
|
|
2064
|
+
@_builtins.property
|
|
2066
2065
|
@pulumi.getter(name="averageUtilization")
|
|
2067
|
-
def average_utilization(self) -> Optional[
|
|
2066
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2068
2067
|
"""
|
|
2069
2068
|
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
|
|
2070
2069
|
"""
|
|
2071
2070
|
return pulumi.get(self, "average_utilization")
|
|
2072
2071
|
|
|
2073
|
-
@property
|
|
2072
|
+
@_builtins.property
|
|
2074
2073
|
@pulumi.getter(name="averageValue")
|
|
2075
|
-
def average_value(self) -> Optional[
|
|
2074
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2076
2075
|
"""
|
|
2077
2076
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2078
2077
|
"""
|
|
2079
2078
|
return pulumi.get(self, "average_value")
|
|
2080
2079
|
|
|
2081
|
-
@property
|
|
2080
|
+
@_builtins.property
|
|
2082
2081
|
@pulumi.getter
|
|
2083
|
-
def value(self) -> Optional[
|
|
2082
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2084
2083
|
"""
|
|
2085
2084
|
value is the target value of the metric (as a quantity).
|
|
2086
2085
|
"""
|
|
@@ -2112,16 +2111,16 @@ class MetricTargetPatch(dict):
|
|
|
2112
2111
|
return super().get(key, default)
|
|
2113
2112
|
|
|
2114
2113
|
def __init__(__self__, *,
|
|
2115
|
-
average_utilization: Optional[
|
|
2116
|
-
average_value: Optional[
|
|
2117
|
-
type: Optional[
|
|
2118
|
-
value: Optional[
|
|
2114
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2115
|
+
average_value: Optional[_builtins.str] = None,
|
|
2116
|
+
type: Optional[_builtins.str] = None,
|
|
2117
|
+
value: Optional[_builtins.str] = None):
|
|
2119
2118
|
"""
|
|
2120
2119
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2121
|
-
:param
|
|
2122
|
-
:param
|
|
2123
|
-
:param
|
|
2124
|
-
:param
|
|
2120
|
+
: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
|
|
2121
|
+
:param _builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2122
|
+
:param _builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2123
|
+
:param _builtins.str value: value is the target value of the metric (as a quantity).
|
|
2125
2124
|
"""
|
|
2126
2125
|
if average_utilization is not None:
|
|
2127
2126
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2132,33 +2131,33 @@ class MetricTargetPatch(dict):
|
|
|
2132
2131
|
if value is not None:
|
|
2133
2132
|
pulumi.set(__self__, "value", value)
|
|
2134
2133
|
|
|
2135
|
-
@property
|
|
2134
|
+
@_builtins.property
|
|
2136
2135
|
@pulumi.getter(name="averageUtilization")
|
|
2137
|
-
def average_utilization(self) -> Optional[
|
|
2136
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2138
2137
|
"""
|
|
2139
2138
|
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
|
|
2140
2139
|
"""
|
|
2141
2140
|
return pulumi.get(self, "average_utilization")
|
|
2142
2141
|
|
|
2143
|
-
@property
|
|
2142
|
+
@_builtins.property
|
|
2144
2143
|
@pulumi.getter(name="averageValue")
|
|
2145
|
-
def average_value(self) -> Optional[
|
|
2144
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2146
2145
|
"""
|
|
2147
2146
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2148
2147
|
"""
|
|
2149
2148
|
return pulumi.get(self, "average_value")
|
|
2150
2149
|
|
|
2151
|
-
@property
|
|
2150
|
+
@_builtins.property
|
|
2152
2151
|
@pulumi.getter
|
|
2153
|
-
def type(self) -> Optional[
|
|
2152
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2154
2153
|
"""
|
|
2155
2154
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2156
2155
|
"""
|
|
2157
2156
|
return pulumi.get(self, "type")
|
|
2158
2157
|
|
|
2159
|
-
@property
|
|
2158
|
+
@_builtins.property
|
|
2160
2159
|
@pulumi.getter
|
|
2161
|
-
def value(self) -> Optional[
|
|
2160
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2162
2161
|
"""
|
|
2163
2162
|
value is the target value of the metric (as a quantity).
|
|
2164
2163
|
"""
|
|
@@ -2190,14 +2189,14 @@ class MetricValueStatus(dict):
|
|
|
2190
2189
|
return super().get(key, default)
|
|
2191
2190
|
|
|
2192
2191
|
def __init__(__self__, *,
|
|
2193
|
-
average_utilization: Optional[
|
|
2194
|
-
average_value: Optional[
|
|
2195
|
-
value: Optional[
|
|
2192
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2193
|
+
average_value: Optional[_builtins.str] = None,
|
|
2194
|
+
value: Optional[_builtins.str] = None):
|
|
2196
2195
|
"""
|
|
2197
2196
|
MetricValueStatus holds the current value for a metric
|
|
2198
|
-
:param
|
|
2199
|
-
:param
|
|
2200
|
-
:param
|
|
2197
|
+
: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.
|
|
2198
|
+
:param _builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2199
|
+
:param _builtins.str value: value is the current value of the metric (as a quantity).
|
|
2201
2200
|
"""
|
|
2202
2201
|
if average_utilization is not None:
|
|
2203
2202
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2206,25 +2205,25 @@ class MetricValueStatus(dict):
|
|
|
2206
2205
|
if value is not None:
|
|
2207
2206
|
pulumi.set(__self__, "value", value)
|
|
2208
2207
|
|
|
2209
|
-
@property
|
|
2208
|
+
@_builtins.property
|
|
2210
2209
|
@pulumi.getter(name="averageUtilization")
|
|
2211
|
-
def average_utilization(self) -> Optional[
|
|
2210
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2212
2211
|
"""
|
|
2213
2212
|
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.
|
|
2214
2213
|
"""
|
|
2215
2214
|
return pulumi.get(self, "average_utilization")
|
|
2216
2215
|
|
|
2217
|
-
@property
|
|
2216
|
+
@_builtins.property
|
|
2218
2217
|
@pulumi.getter(name="averageValue")
|
|
2219
|
-
def average_value(self) -> Optional[
|
|
2218
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2220
2219
|
"""
|
|
2221
2220
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2222
2221
|
"""
|
|
2223
2222
|
return pulumi.get(self, "average_value")
|
|
2224
2223
|
|
|
2225
|
-
@property
|
|
2224
|
+
@_builtins.property
|
|
2226
2225
|
@pulumi.getter
|
|
2227
|
-
def value(self) -> Optional[
|
|
2226
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2228
2227
|
"""
|
|
2229
2228
|
value is the current value of the metric (as a quantity).
|
|
2230
2229
|
"""
|
|
@@ -2256,14 +2255,14 @@ class MetricValueStatusPatch(dict):
|
|
|
2256
2255
|
return super().get(key, default)
|
|
2257
2256
|
|
|
2258
2257
|
def __init__(__self__, *,
|
|
2259
|
-
average_utilization: Optional[
|
|
2260
|
-
average_value: Optional[
|
|
2261
|
-
value: Optional[
|
|
2258
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2259
|
+
average_value: Optional[_builtins.str] = None,
|
|
2260
|
+
value: Optional[_builtins.str] = None):
|
|
2262
2261
|
"""
|
|
2263
2262
|
MetricValueStatus holds the current value for a metric
|
|
2264
|
-
:param
|
|
2265
|
-
:param
|
|
2266
|
-
:param
|
|
2263
|
+
: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.
|
|
2264
|
+
:param _builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2265
|
+
:param _builtins.str value: value is the current value of the metric (as a quantity).
|
|
2267
2266
|
"""
|
|
2268
2267
|
if average_utilization is not None:
|
|
2269
2268
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2272,25 +2271,25 @@ class MetricValueStatusPatch(dict):
|
|
|
2272
2271
|
if value is not None:
|
|
2273
2272
|
pulumi.set(__self__, "value", value)
|
|
2274
2273
|
|
|
2275
|
-
@property
|
|
2274
|
+
@_builtins.property
|
|
2276
2275
|
@pulumi.getter(name="averageUtilization")
|
|
2277
|
-
def average_utilization(self) -> Optional[
|
|
2276
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2278
2277
|
"""
|
|
2279
2278
|
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.
|
|
2280
2279
|
"""
|
|
2281
2280
|
return pulumi.get(self, "average_utilization")
|
|
2282
2281
|
|
|
2283
|
-
@property
|
|
2282
|
+
@_builtins.property
|
|
2284
2283
|
@pulumi.getter(name="averageValue")
|
|
2285
|
-
def average_value(self) -> Optional[
|
|
2284
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2286
2285
|
"""
|
|
2287
2286
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2288
2287
|
"""
|
|
2289
2288
|
return pulumi.get(self, "average_value")
|
|
2290
2289
|
|
|
2291
|
-
@property
|
|
2290
|
+
@_builtins.property
|
|
2292
2291
|
@pulumi.getter
|
|
2293
|
-
def value(self) -> Optional[
|
|
2292
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2294
2293
|
"""
|
|
2295
2294
|
value is the current value of the metric (as a quantity).
|
|
2296
2295
|
"""
|
|
@@ -2332,12 +2331,12 @@ class ObjectMetricSource(dict):
|
|
|
2332
2331
|
pulumi.set(__self__, "metric", metric)
|
|
2333
2332
|
pulumi.set(__self__, "target", target)
|
|
2334
2333
|
|
|
2335
|
-
@property
|
|
2334
|
+
@_builtins.property
|
|
2336
2335
|
@pulumi.getter(name="describedObject")
|
|
2337
2336
|
def described_object(self) -> 'outputs.CrossVersionObjectReference':
|
|
2338
2337
|
return pulumi.get(self, "described_object")
|
|
2339
2338
|
|
|
2340
|
-
@property
|
|
2339
|
+
@_builtins.property
|
|
2341
2340
|
@pulumi.getter
|
|
2342
2341
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2343
2342
|
"""
|
|
@@ -2345,7 +2344,7 @@ class ObjectMetricSource(dict):
|
|
|
2345
2344
|
"""
|
|
2346
2345
|
return pulumi.get(self, "metric")
|
|
2347
2346
|
|
|
2348
|
-
@property
|
|
2347
|
+
@_builtins.property
|
|
2349
2348
|
@pulumi.getter
|
|
2350
2349
|
def target(self) -> 'outputs.MetricTarget':
|
|
2351
2350
|
"""
|
|
@@ -2392,12 +2391,12 @@ class ObjectMetricSourcePatch(dict):
|
|
|
2392
2391
|
if target is not None:
|
|
2393
2392
|
pulumi.set(__self__, "target", target)
|
|
2394
2393
|
|
|
2395
|
-
@property
|
|
2394
|
+
@_builtins.property
|
|
2396
2395
|
@pulumi.getter(name="describedObject")
|
|
2397
2396
|
def described_object(self) -> Optional['outputs.CrossVersionObjectReferencePatch']:
|
|
2398
2397
|
return pulumi.get(self, "described_object")
|
|
2399
2398
|
|
|
2400
|
-
@property
|
|
2399
|
+
@_builtins.property
|
|
2401
2400
|
@pulumi.getter
|
|
2402
2401
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2403
2402
|
"""
|
|
@@ -2405,7 +2404,7 @@ class ObjectMetricSourcePatch(dict):
|
|
|
2405
2404
|
"""
|
|
2406
2405
|
return pulumi.get(self, "metric")
|
|
2407
2406
|
|
|
2408
|
-
@property
|
|
2407
|
+
@_builtins.property
|
|
2409
2408
|
@pulumi.getter
|
|
2410
2409
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
2411
2410
|
"""
|
|
@@ -2449,7 +2448,7 @@ class ObjectMetricStatus(dict):
|
|
|
2449
2448
|
pulumi.set(__self__, "described_object", described_object)
|
|
2450
2449
|
pulumi.set(__self__, "metric", metric)
|
|
2451
2450
|
|
|
2452
|
-
@property
|
|
2451
|
+
@_builtins.property
|
|
2453
2452
|
@pulumi.getter
|
|
2454
2453
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
2455
2454
|
"""
|
|
@@ -2457,12 +2456,12 @@ class ObjectMetricStatus(dict):
|
|
|
2457
2456
|
"""
|
|
2458
2457
|
return pulumi.get(self, "current")
|
|
2459
2458
|
|
|
2460
|
-
@property
|
|
2459
|
+
@_builtins.property
|
|
2461
2460
|
@pulumi.getter(name="describedObject")
|
|
2462
2461
|
def described_object(self) -> 'outputs.CrossVersionObjectReference':
|
|
2463
2462
|
return pulumi.get(self, "described_object")
|
|
2464
2463
|
|
|
2465
|
-
@property
|
|
2464
|
+
@_builtins.property
|
|
2466
2465
|
@pulumi.getter
|
|
2467
2466
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2468
2467
|
"""
|
|
@@ -2509,7 +2508,7 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2509
2508
|
if metric is not None:
|
|
2510
2509
|
pulumi.set(__self__, "metric", metric)
|
|
2511
2510
|
|
|
2512
|
-
@property
|
|
2511
|
+
@_builtins.property
|
|
2513
2512
|
@pulumi.getter
|
|
2514
2513
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
2515
2514
|
"""
|
|
@@ -2517,12 +2516,12 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2517
2516
|
"""
|
|
2518
2517
|
return pulumi.get(self, "current")
|
|
2519
2518
|
|
|
2520
|
-
@property
|
|
2519
|
+
@_builtins.property
|
|
2521
2520
|
@pulumi.getter(name="describedObject")
|
|
2522
2521
|
def described_object(self) -> Optional['outputs.CrossVersionObjectReferencePatch']:
|
|
2523
2522
|
return pulumi.get(self, "described_object")
|
|
2524
2523
|
|
|
2525
|
-
@property
|
|
2524
|
+
@_builtins.property
|
|
2526
2525
|
@pulumi.getter
|
|
2527
2526
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2528
2527
|
"""
|
|
@@ -2547,7 +2546,7 @@ class PodsMetricSource(dict):
|
|
|
2547
2546
|
pulumi.set(__self__, "metric", metric)
|
|
2548
2547
|
pulumi.set(__self__, "target", target)
|
|
2549
2548
|
|
|
2550
|
-
@property
|
|
2549
|
+
@_builtins.property
|
|
2551
2550
|
@pulumi.getter
|
|
2552
2551
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2553
2552
|
"""
|
|
@@ -2555,7 +2554,7 @@ class PodsMetricSource(dict):
|
|
|
2555
2554
|
"""
|
|
2556
2555
|
return pulumi.get(self, "metric")
|
|
2557
2556
|
|
|
2558
|
-
@property
|
|
2557
|
+
@_builtins.property
|
|
2559
2558
|
@pulumi.getter
|
|
2560
2559
|
def target(self) -> 'outputs.MetricTarget':
|
|
2561
2560
|
"""
|
|
@@ -2582,7 +2581,7 @@ class PodsMetricSourcePatch(dict):
|
|
|
2582
2581
|
if target is not None:
|
|
2583
2582
|
pulumi.set(__self__, "target", target)
|
|
2584
2583
|
|
|
2585
|
-
@property
|
|
2584
|
+
@_builtins.property
|
|
2586
2585
|
@pulumi.getter
|
|
2587
2586
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2588
2587
|
"""
|
|
@@ -2590,7 +2589,7 @@ class PodsMetricSourcePatch(dict):
|
|
|
2590
2589
|
"""
|
|
2591
2590
|
return pulumi.get(self, "metric")
|
|
2592
2591
|
|
|
2593
|
-
@property
|
|
2592
|
+
@_builtins.property
|
|
2594
2593
|
@pulumi.getter
|
|
2595
2594
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
2596
2595
|
"""
|
|
@@ -2615,7 +2614,7 @@ class PodsMetricStatus(dict):
|
|
|
2615
2614
|
pulumi.set(__self__, "current", current)
|
|
2616
2615
|
pulumi.set(__self__, "metric", metric)
|
|
2617
2616
|
|
|
2618
|
-
@property
|
|
2617
|
+
@_builtins.property
|
|
2619
2618
|
@pulumi.getter
|
|
2620
2619
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
2621
2620
|
"""
|
|
@@ -2623,7 +2622,7 @@ class PodsMetricStatus(dict):
|
|
|
2623
2622
|
"""
|
|
2624
2623
|
return pulumi.get(self, "current")
|
|
2625
2624
|
|
|
2626
|
-
@property
|
|
2625
|
+
@_builtins.property
|
|
2627
2626
|
@pulumi.getter
|
|
2628
2627
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2629
2628
|
"""
|
|
@@ -2650,7 +2649,7 @@ class PodsMetricStatusPatch(dict):
|
|
|
2650
2649
|
if metric is not None:
|
|
2651
2650
|
pulumi.set(__self__, "metric", metric)
|
|
2652
2651
|
|
|
2653
|
-
@property
|
|
2652
|
+
@_builtins.property
|
|
2654
2653
|
@pulumi.getter
|
|
2655
2654
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
2656
2655
|
"""
|
|
@@ -2658,7 +2657,7 @@ class PodsMetricStatusPatch(dict):
|
|
|
2658
2657
|
"""
|
|
2659
2658
|
return pulumi.get(self, "current")
|
|
2660
2659
|
|
|
2661
|
-
@property
|
|
2660
|
+
@_builtins.property
|
|
2662
2661
|
@pulumi.getter
|
|
2663
2662
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2664
2663
|
"""
|
|
@@ -2673,25 +2672,25 @@ class ResourceMetricSource(dict):
|
|
|
2673
2672
|
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.
|
|
2674
2673
|
"""
|
|
2675
2674
|
def __init__(__self__, *,
|
|
2676
|
-
name:
|
|
2675
|
+
name: _builtins.str,
|
|
2677
2676
|
target: 'outputs.MetricTarget'):
|
|
2678
2677
|
"""
|
|
2679
2678
|
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.
|
|
2680
|
-
:param
|
|
2679
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
2681
2680
|
:param 'MetricTargetArgs' target: target specifies the target value for the given metric
|
|
2682
2681
|
"""
|
|
2683
2682
|
pulumi.set(__self__, "name", name)
|
|
2684
2683
|
pulumi.set(__self__, "target", target)
|
|
2685
2684
|
|
|
2686
|
-
@property
|
|
2685
|
+
@_builtins.property
|
|
2687
2686
|
@pulumi.getter
|
|
2688
|
-
def name(self) ->
|
|
2687
|
+
def name(self) -> _builtins.str:
|
|
2689
2688
|
"""
|
|
2690
2689
|
name is the name of the resource in question.
|
|
2691
2690
|
"""
|
|
2692
2691
|
return pulumi.get(self, "name")
|
|
2693
2692
|
|
|
2694
|
-
@property
|
|
2693
|
+
@_builtins.property
|
|
2695
2694
|
@pulumi.getter
|
|
2696
2695
|
def target(self) -> 'outputs.MetricTarget':
|
|
2697
2696
|
"""
|
|
@@ -2706,11 +2705,11 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2706
2705
|
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.
|
|
2707
2706
|
"""
|
|
2708
2707
|
def __init__(__self__, *,
|
|
2709
|
-
name: Optional[
|
|
2708
|
+
name: Optional[_builtins.str] = None,
|
|
2710
2709
|
target: Optional['outputs.MetricTargetPatch'] = None):
|
|
2711
2710
|
"""
|
|
2712
2711
|
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.
|
|
2713
|
-
:param
|
|
2712
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
2714
2713
|
:param 'MetricTargetPatchArgs' target: target specifies the target value for the given metric
|
|
2715
2714
|
"""
|
|
2716
2715
|
if name is not None:
|
|
@@ -2718,15 +2717,15 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2718
2717
|
if target is not None:
|
|
2719
2718
|
pulumi.set(__self__, "target", target)
|
|
2720
2719
|
|
|
2721
|
-
@property
|
|
2720
|
+
@_builtins.property
|
|
2722
2721
|
@pulumi.getter
|
|
2723
|
-
def name(self) -> Optional[
|
|
2722
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2724
2723
|
"""
|
|
2725
2724
|
name is the name of the resource in question.
|
|
2726
2725
|
"""
|
|
2727
2726
|
return pulumi.get(self, "name")
|
|
2728
2727
|
|
|
2729
|
-
@property
|
|
2728
|
+
@_builtins.property
|
|
2730
2729
|
@pulumi.getter
|
|
2731
2730
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
2732
2731
|
"""
|
|
@@ -2742,16 +2741,16 @@ class ResourceMetricStatus(dict):
|
|
|
2742
2741
|
"""
|
|
2743
2742
|
def __init__(__self__, *,
|
|
2744
2743
|
current: 'outputs.MetricValueStatus',
|
|
2745
|
-
name:
|
|
2744
|
+
name: _builtins.str):
|
|
2746
2745
|
"""
|
|
2747
2746
|
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.
|
|
2748
2747
|
:param 'MetricValueStatusArgs' current: current contains the current value for the given metric
|
|
2749
|
-
:param
|
|
2748
|
+
:param _builtins.str name: Name is the name of the resource in question.
|
|
2750
2749
|
"""
|
|
2751
2750
|
pulumi.set(__self__, "current", current)
|
|
2752
2751
|
pulumi.set(__self__, "name", name)
|
|
2753
2752
|
|
|
2754
|
-
@property
|
|
2753
|
+
@_builtins.property
|
|
2755
2754
|
@pulumi.getter
|
|
2756
2755
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
2757
2756
|
"""
|
|
@@ -2759,9 +2758,9 @@ class ResourceMetricStatus(dict):
|
|
|
2759
2758
|
"""
|
|
2760
2759
|
return pulumi.get(self, "current")
|
|
2761
2760
|
|
|
2762
|
-
@property
|
|
2761
|
+
@_builtins.property
|
|
2763
2762
|
@pulumi.getter
|
|
2764
|
-
def name(self) ->
|
|
2763
|
+
def name(self) -> _builtins.str:
|
|
2765
2764
|
"""
|
|
2766
2765
|
Name is the name of the resource in question.
|
|
2767
2766
|
"""
|
|
@@ -2775,18 +2774,18 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2775
2774
|
"""
|
|
2776
2775
|
def __init__(__self__, *,
|
|
2777
2776
|
current: Optional['outputs.MetricValueStatusPatch'] = None,
|
|
2778
|
-
name: Optional[
|
|
2777
|
+
name: Optional[_builtins.str] = None):
|
|
2779
2778
|
"""
|
|
2780
2779
|
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.
|
|
2781
2780
|
:param 'MetricValueStatusPatchArgs' current: current contains the current value for the given metric
|
|
2782
|
-
:param
|
|
2781
|
+
:param _builtins.str name: Name is the name of the resource in question.
|
|
2783
2782
|
"""
|
|
2784
2783
|
if current is not None:
|
|
2785
2784
|
pulumi.set(__self__, "current", current)
|
|
2786
2785
|
if name is not None:
|
|
2787
2786
|
pulumi.set(__self__, "name", name)
|
|
2788
2787
|
|
|
2789
|
-
@property
|
|
2788
|
+
@_builtins.property
|
|
2790
2789
|
@pulumi.getter
|
|
2791
2790
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
2792
2791
|
"""
|
|
@@ -2794,9 +2793,9 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2794
2793
|
"""
|
|
2795
2794
|
return pulumi.get(self, "current")
|
|
2796
2795
|
|
|
2797
|
-
@property
|
|
2796
|
+
@_builtins.property
|
|
2798
2797
|
@pulumi.getter
|
|
2799
|
-
def name(self) -> Optional[
|
|
2798
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2800
2799
|
"""
|
|
2801
2800
|
Name is the name of the resource in question.
|
|
2802
2801
|
"""
|