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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
279
|
+
:param _builtins.str api_version: apiVersion is the 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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#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
|
apiVersion is the 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: apiVersion is the API version of the referent
|
|
340
|
+
:param _builtins.str kind: kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
341
|
+
:param _builtins.str name: name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#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
|
apiVersion is the 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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#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
|
"""
|
|
@@ -664,9 +663,9 @@ class HPAScalingRules(dict):
|
|
|
664
663
|
|
|
665
664
|
def __init__(__self__, *,
|
|
666
665
|
policies: Optional[Sequence['outputs.HPAScalingPolicy']] = None,
|
|
667
|
-
select_policy: Optional[
|
|
668
|
-
stabilization_window_seconds: Optional[
|
|
669
|
-
tolerance: Optional[
|
|
666
|
+
select_policy: Optional[_builtins.str] = None,
|
|
667
|
+
stabilization_window_seconds: Optional[_builtins.int] = None,
|
|
668
|
+
tolerance: Optional[_builtins.str] = None):
|
|
670
669
|
"""
|
|
671
670
|
HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance.
|
|
672
671
|
|
|
@@ -674,9 +673,9 @@ class HPAScalingRules(dict):
|
|
|
674
673
|
|
|
675
674
|
The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
|
|
676
675
|
:param Sequence['HPAScalingPolicyArgs'] policies: policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
|
|
677
|
-
:param
|
|
678
|
-
:param
|
|
679
|
-
:param
|
|
676
|
+
:param _builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
677
|
+
: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).
|
|
678
|
+
:param _builtins.str tolerance: tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
|
|
680
679
|
|
|
681
680
|
For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
|
|
682
681
|
|
|
@@ -691,7 +690,7 @@ class HPAScalingRules(dict):
|
|
|
691
690
|
if tolerance is not None:
|
|
692
691
|
pulumi.set(__self__, "tolerance", tolerance)
|
|
693
692
|
|
|
694
|
-
@property
|
|
693
|
+
@_builtins.property
|
|
695
694
|
@pulumi.getter
|
|
696
695
|
def policies(self) -> Optional[Sequence['outputs.HPAScalingPolicy']]:
|
|
697
696
|
"""
|
|
@@ -699,25 +698,25 @@ class HPAScalingRules(dict):
|
|
|
699
698
|
"""
|
|
700
699
|
return pulumi.get(self, "policies")
|
|
701
700
|
|
|
702
|
-
@property
|
|
701
|
+
@_builtins.property
|
|
703
702
|
@pulumi.getter(name="selectPolicy")
|
|
704
|
-
def select_policy(self) -> Optional[
|
|
703
|
+
def select_policy(self) -> Optional[_builtins.str]:
|
|
705
704
|
"""
|
|
706
705
|
selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
707
706
|
"""
|
|
708
707
|
return pulumi.get(self, "select_policy")
|
|
709
708
|
|
|
710
|
-
@property
|
|
709
|
+
@_builtins.property
|
|
711
710
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
712
|
-
def stabilization_window_seconds(self) -> Optional[
|
|
711
|
+
def stabilization_window_seconds(self) -> Optional[_builtins.int]:
|
|
713
712
|
"""
|
|
714
713
|
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).
|
|
715
714
|
"""
|
|
716
715
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
717
716
|
|
|
718
|
-
@property
|
|
717
|
+
@_builtins.property
|
|
719
718
|
@pulumi.getter
|
|
720
|
-
def tolerance(self) -> Optional[
|
|
719
|
+
def tolerance(self) -> Optional[_builtins.str]:
|
|
721
720
|
"""
|
|
722
721
|
tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
|
|
723
722
|
|
|
@@ -758,9 +757,9 @@ class HPAScalingRulesPatch(dict):
|
|
|
758
757
|
|
|
759
758
|
def __init__(__self__, *,
|
|
760
759
|
policies: Optional[Sequence['outputs.HPAScalingPolicyPatch']] = None,
|
|
761
|
-
select_policy: Optional[
|
|
762
|
-
stabilization_window_seconds: Optional[
|
|
763
|
-
tolerance: Optional[
|
|
760
|
+
select_policy: Optional[_builtins.str] = None,
|
|
761
|
+
stabilization_window_seconds: Optional[_builtins.int] = None,
|
|
762
|
+
tolerance: Optional[_builtins.str] = None):
|
|
764
763
|
"""
|
|
765
764
|
HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance.
|
|
766
765
|
|
|
@@ -768,9 +767,9 @@ class HPAScalingRulesPatch(dict):
|
|
|
768
767
|
|
|
769
768
|
The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
|
|
770
769
|
:param Sequence['HPAScalingPolicyPatchArgs'] policies: policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
|
|
771
|
-
:param
|
|
772
|
-
:param
|
|
773
|
-
:param
|
|
770
|
+
:param _builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
771
|
+
: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).
|
|
772
|
+
:param _builtins.str tolerance: tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
|
|
774
773
|
|
|
775
774
|
For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
|
|
776
775
|
|
|
@@ -785,7 +784,7 @@ class HPAScalingRulesPatch(dict):
|
|
|
785
784
|
if tolerance is not None:
|
|
786
785
|
pulumi.set(__self__, "tolerance", tolerance)
|
|
787
786
|
|
|
788
|
-
@property
|
|
787
|
+
@_builtins.property
|
|
789
788
|
@pulumi.getter
|
|
790
789
|
def policies(self) -> Optional[Sequence['outputs.HPAScalingPolicyPatch']]:
|
|
791
790
|
"""
|
|
@@ -793,25 +792,25 @@ class HPAScalingRulesPatch(dict):
|
|
|
793
792
|
"""
|
|
794
793
|
return pulumi.get(self, "policies")
|
|
795
794
|
|
|
796
|
-
@property
|
|
795
|
+
@_builtins.property
|
|
797
796
|
@pulumi.getter(name="selectPolicy")
|
|
798
|
-
def select_policy(self) -> Optional[
|
|
797
|
+
def select_policy(self) -> Optional[_builtins.str]:
|
|
799
798
|
"""
|
|
800
799
|
selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
801
800
|
"""
|
|
802
801
|
return pulumi.get(self, "select_policy")
|
|
803
802
|
|
|
804
|
-
@property
|
|
803
|
+
@_builtins.property
|
|
805
804
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
806
|
-
def stabilization_window_seconds(self) -> Optional[
|
|
805
|
+
def stabilization_window_seconds(self) -> Optional[_builtins.int]:
|
|
807
806
|
"""
|
|
808
807
|
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).
|
|
809
808
|
"""
|
|
810
809
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
811
810
|
|
|
812
|
-
@property
|
|
811
|
+
@_builtins.property
|
|
813
812
|
@pulumi.getter
|
|
814
|
-
def tolerance(self) -> Optional[
|
|
813
|
+
def tolerance(self) -> Optional[_builtins.str]:
|
|
815
814
|
"""
|
|
816
815
|
tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
|
|
817
816
|
|
|
@@ -845,15 +844,15 @@ class HorizontalPodAutoscaler(dict):
|
|
|
845
844
|
return super().get(key, default)
|
|
846
845
|
|
|
847
846
|
def __init__(__self__, *,
|
|
848
|
-
api_version: Optional[
|
|
849
|
-
kind: Optional[
|
|
847
|
+
api_version: Optional[_builtins.str] = None,
|
|
848
|
+
kind: Optional[_builtins.str] = None,
|
|
850
849
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
851
850
|
spec: Optional['outputs.HorizontalPodAutoscalerSpec'] = None,
|
|
852
851
|
status: Optional['outputs.HorizontalPodAutoscalerStatus'] = None):
|
|
853
852
|
"""
|
|
854
853
|
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.
|
|
855
|
-
:param
|
|
856
|
-
:param
|
|
854
|
+
: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
|
|
855
|
+
: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
|
|
857
856
|
: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
|
|
858
857
|
: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.
|
|
859
858
|
:param 'HorizontalPodAutoscalerStatusArgs' status: status is the current information about the autoscaler.
|
|
@@ -869,23 +868,23 @@ class HorizontalPodAutoscaler(dict):
|
|
|
869
868
|
if status is not None:
|
|
870
869
|
pulumi.set(__self__, "status", status)
|
|
871
870
|
|
|
872
|
-
@property
|
|
871
|
+
@_builtins.property
|
|
873
872
|
@pulumi.getter(name="apiVersion")
|
|
874
|
-
def api_version(self) -> Optional[
|
|
873
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
875
874
|
"""
|
|
876
875
|
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
|
|
877
876
|
"""
|
|
878
877
|
return pulumi.get(self, "api_version")
|
|
879
878
|
|
|
880
|
-
@property
|
|
879
|
+
@_builtins.property
|
|
881
880
|
@pulumi.getter
|
|
882
|
-
def kind(self) -> Optional[
|
|
881
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
883
882
|
"""
|
|
884
883
|
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
|
|
885
884
|
"""
|
|
886
885
|
return pulumi.get(self, "kind")
|
|
887
886
|
|
|
888
|
-
@property
|
|
887
|
+
@_builtins.property
|
|
889
888
|
@pulumi.getter
|
|
890
889
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
891
890
|
"""
|
|
@@ -893,7 +892,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
893
892
|
"""
|
|
894
893
|
return pulumi.get(self, "metadata")
|
|
895
894
|
|
|
896
|
-
@property
|
|
895
|
+
@_builtins.property
|
|
897
896
|
@pulumi.getter
|
|
898
897
|
def spec(self) -> Optional['outputs.HorizontalPodAutoscalerSpec']:
|
|
899
898
|
"""
|
|
@@ -901,7 +900,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
901
900
|
"""
|
|
902
901
|
return pulumi.get(self, "spec")
|
|
903
902
|
|
|
904
|
-
@property
|
|
903
|
+
@_builtins.property
|
|
905
904
|
@pulumi.getter
|
|
906
905
|
def status(self) -> Optional['outputs.HorizontalPodAutoscalerStatus']:
|
|
907
906
|
"""
|
|
@@ -950,7 +949,7 @@ class HorizontalPodAutoscalerBehavior(dict):
|
|
|
950
949
|
if scale_up is not None:
|
|
951
950
|
pulumi.set(__self__, "scale_up", scale_up)
|
|
952
951
|
|
|
953
|
-
@property
|
|
952
|
+
@_builtins.property
|
|
954
953
|
@pulumi.getter(name="scaleDown")
|
|
955
954
|
def scale_down(self) -> Optional['outputs.HPAScalingRules']:
|
|
956
955
|
"""
|
|
@@ -958,7 +957,7 @@ class HorizontalPodAutoscalerBehavior(dict):
|
|
|
958
957
|
"""
|
|
959
958
|
return pulumi.get(self, "scale_down")
|
|
960
959
|
|
|
961
|
-
@property
|
|
960
|
+
@_builtins.property
|
|
962
961
|
@pulumi.getter(name="scaleUp")
|
|
963
962
|
def scale_up(self) -> Optional['outputs.HPAScalingRules']:
|
|
964
963
|
"""
|
|
@@ -1010,7 +1009,7 @@ class HorizontalPodAutoscalerBehaviorPatch(dict):
|
|
|
1010
1009
|
if scale_up is not None:
|
|
1011
1010
|
pulumi.set(__self__, "scale_up", scale_up)
|
|
1012
1011
|
|
|
1013
|
-
@property
|
|
1012
|
+
@_builtins.property
|
|
1014
1013
|
@pulumi.getter(name="scaleDown")
|
|
1015
1014
|
def scale_down(self) -> Optional['outputs.HPAScalingRulesPatch']:
|
|
1016
1015
|
"""
|
|
@@ -1018,7 +1017,7 @@ class HorizontalPodAutoscalerBehaviorPatch(dict):
|
|
|
1018
1017
|
"""
|
|
1019
1018
|
return pulumi.get(self, "scale_down")
|
|
1020
1019
|
|
|
1021
|
-
@property
|
|
1020
|
+
@_builtins.property
|
|
1022
1021
|
@pulumi.getter(name="scaleUp")
|
|
1023
1022
|
def scale_up(self) -> Optional['outputs.HPAScalingRulesPatch']:
|
|
1024
1023
|
"""
|
|
@@ -1053,18 +1052,18 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1053
1052
|
return super().get(key, default)
|
|
1054
1053
|
|
|
1055
1054
|
def __init__(__self__, *,
|
|
1056
|
-
status:
|
|
1057
|
-
type:
|
|
1058
|
-
last_transition_time: Optional[
|
|
1059
|
-
message: Optional[
|
|
1060
|
-
reason: Optional[
|
|
1055
|
+
status: _builtins.str,
|
|
1056
|
+
type: _builtins.str,
|
|
1057
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1058
|
+
message: Optional[_builtins.str] = None,
|
|
1059
|
+
reason: Optional[_builtins.str] = None):
|
|
1061
1060
|
"""
|
|
1062
1061
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1063
|
-
:param
|
|
1064
|
-
:param
|
|
1065
|
-
:param
|
|
1066
|
-
:param
|
|
1067
|
-
:param
|
|
1062
|
+
:param _builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1063
|
+
:param _builtins.str type: type describes the current condition
|
|
1064
|
+
:param _builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1065
|
+
:param _builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1066
|
+
:param _builtins.str reason: reason is the reason for the condition's last transition.
|
|
1068
1067
|
"""
|
|
1069
1068
|
pulumi.set(__self__, "status", status)
|
|
1070
1069
|
pulumi.set(__self__, "type", type)
|
|
@@ -1075,41 +1074,41 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1075
1074
|
if reason is not None:
|
|
1076
1075
|
pulumi.set(__self__, "reason", reason)
|
|
1077
1076
|
|
|
1078
|
-
@property
|
|
1077
|
+
@_builtins.property
|
|
1079
1078
|
@pulumi.getter
|
|
1080
|
-
def status(self) ->
|
|
1079
|
+
def status(self) -> _builtins.str:
|
|
1081
1080
|
"""
|
|
1082
1081
|
status is the status of the condition (True, False, Unknown)
|
|
1083
1082
|
"""
|
|
1084
1083
|
return pulumi.get(self, "status")
|
|
1085
1084
|
|
|
1086
|
-
@property
|
|
1085
|
+
@_builtins.property
|
|
1087
1086
|
@pulumi.getter
|
|
1088
|
-
def type(self) ->
|
|
1087
|
+
def type(self) -> _builtins.str:
|
|
1089
1088
|
"""
|
|
1090
1089
|
type describes the current condition
|
|
1091
1090
|
"""
|
|
1092
1091
|
return pulumi.get(self, "type")
|
|
1093
1092
|
|
|
1094
|
-
@property
|
|
1093
|
+
@_builtins.property
|
|
1095
1094
|
@pulumi.getter(name="lastTransitionTime")
|
|
1096
|
-
def last_transition_time(self) -> Optional[
|
|
1095
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1097
1096
|
"""
|
|
1098
1097
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1099
1098
|
"""
|
|
1100
1099
|
return pulumi.get(self, "last_transition_time")
|
|
1101
1100
|
|
|
1102
|
-
@property
|
|
1101
|
+
@_builtins.property
|
|
1103
1102
|
@pulumi.getter
|
|
1104
|
-
def message(self) -> Optional[
|
|
1103
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1105
1104
|
"""
|
|
1106
1105
|
message is a human-readable explanation containing details about the transition
|
|
1107
1106
|
"""
|
|
1108
1107
|
return pulumi.get(self, "message")
|
|
1109
1108
|
|
|
1110
|
-
@property
|
|
1109
|
+
@_builtins.property
|
|
1111
1110
|
@pulumi.getter
|
|
1112
|
-
def reason(self) -> Optional[
|
|
1111
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1113
1112
|
"""
|
|
1114
1113
|
reason is the reason for the condition's last transition.
|
|
1115
1114
|
"""
|
|
@@ -1139,18 +1138,18 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1139
1138
|
return super().get(key, default)
|
|
1140
1139
|
|
|
1141
1140
|
def __init__(__self__, *,
|
|
1142
|
-
last_transition_time: Optional[
|
|
1143
|
-
message: Optional[
|
|
1144
|
-
reason: Optional[
|
|
1145
|
-
status: Optional[
|
|
1146
|
-
type: Optional[
|
|
1141
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1142
|
+
message: Optional[_builtins.str] = None,
|
|
1143
|
+
reason: Optional[_builtins.str] = None,
|
|
1144
|
+
status: Optional[_builtins.str] = None,
|
|
1145
|
+
type: Optional[_builtins.str] = None):
|
|
1147
1146
|
"""
|
|
1148
1147
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1149
|
-
:param
|
|
1150
|
-
:param
|
|
1151
|
-
:param
|
|
1152
|
-
:param
|
|
1153
|
-
:param
|
|
1148
|
+
:param _builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1149
|
+
:param _builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1150
|
+
:param _builtins.str reason: reason is the reason for the condition's last transition.
|
|
1151
|
+
:param _builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1152
|
+
:param _builtins.str type: type describes the current condition
|
|
1154
1153
|
"""
|
|
1155
1154
|
if last_transition_time is not None:
|
|
1156
1155
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1163,41 +1162,41 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1163
1162
|
if type is not None:
|
|
1164
1163
|
pulumi.set(__self__, "type", type)
|
|
1165
1164
|
|
|
1166
|
-
@property
|
|
1165
|
+
@_builtins.property
|
|
1167
1166
|
@pulumi.getter(name="lastTransitionTime")
|
|
1168
|
-
def last_transition_time(self) -> Optional[
|
|
1167
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1169
1168
|
"""
|
|
1170
1169
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1171
1170
|
"""
|
|
1172
1171
|
return pulumi.get(self, "last_transition_time")
|
|
1173
1172
|
|
|
1174
|
-
@property
|
|
1173
|
+
@_builtins.property
|
|
1175
1174
|
@pulumi.getter
|
|
1176
|
-
def message(self) -> Optional[
|
|
1175
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1177
1176
|
"""
|
|
1178
1177
|
message is a human-readable explanation containing details about the transition
|
|
1179
1178
|
"""
|
|
1180
1179
|
return pulumi.get(self, "message")
|
|
1181
1180
|
|
|
1182
|
-
@property
|
|
1181
|
+
@_builtins.property
|
|
1183
1182
|
@pulumi.getter
|
|
1184
|
-
def reason(self) -> Optional[
|
|
1183
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1185
1184
|
"""
|
|
1186
1185
|
reason is the reason for the condition's last transition.
|
|
1187
1186
|
"""
|
|
1188
1187
|
return pulumi.get(self, "reason")
|
|
1189
1188
|
|
|
1190
|
-
@property
|
|
1189
|
+
@_builtins.property
|
|
1191
1190
|
@pulumi.getter
|
|
1192
|
-
def status(self) -> Optional[
|
|
1191
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1193
1192
|
"""
|
|
1194
1193
|
status is the status of the condition (True, False, Unknown)
|
|
1195
1194
|
"""
|
|
1196
1195
|
return pulumi.get(self, "status")
|
|
1197
1196
|
|
|
1198
|
-
@property
|
|
1197
|
+
@_builtins.property
|
|
1199
1198
|
@pulumi.getter
|
|
1200
|
-
def type(self) -> Optional[
|
|
1199
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1201
1200
|
"""
|
|
1202
1201
|
type describes the current condition
|
|
1203
1202
|
"""
|
|
@@ -1231,18 +1230,18 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1231
1230
|
return super().get(key, default)
|
|
1232
1231
|
|
|
1233
1232
|
def __init__(__self__, *,
|
|
1234
|
-
max_replicas:
|
|
1233
|
+
max_replicas: _builtins.int,
|
|
1235
1234
|
scale_target_ref: 'outputs.CrossVersionObjectReference',
|
|
1236
1235
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehavior'] = None,
|
|
1237
1236
|
metrics: Optional[Sequence['outputs.MetricSpec']] = None,
|
|
1238
|
-
min_replicas: Optional[
|
|
1237
|
+
min_replicas: Optional[_builtins.int] = None):
|
|
1239
1238
|
"""
|
|
1240
1239
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1241
|
-
:param
|
|
1240
|
+
: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.
|
|
1242
1241
|
: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.
|
|
1243
1242
|
: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.
|
|
1244
1243
|
: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.
|
|
1245
|
-
:param
|
|
1244
|
+
: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.
|
|
1246
1245
|
"""
|
|
1247
1246
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1248
1247
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1253,15 +1252,15 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1253
1252
|
if min_replicas is not None:
|
|
1254
1253
|
pulumi.set(__self__, "min_replicas", min_replicas)
|
|
1255
1254
|
|
|
1256
|
-
@property
|
|
1255
|
+
@_builtins.property
|
|
1257
1256
|
@pulumi.getter(name="maxReplicas")
|
|
1258
|
-
def max_replicas(self) ->
|
|
1257
|
+
def max_replicas(self) -> _builtins.int:
|
|
1259
1258
|
"""
|
|
1260
1259
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1261
1260
|
"""
|
|
1262
1261
|
return pulumi.get(self, "max_replicas")
|
|
1263
1262
|
|
|
1264
|
-
@property
|
|
1263
|
+
@_builtins.property
|
|
1265
1264
|
@pulumi.getter(name="scaleTargetRef")
|
|
1266
1265
|
def scale_target_ref(self) -> 'outputs.CrossVersionObjectReference':
|
|
1267
1266
|
"""
|
|
@@ -1269,7 +1268,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1269
1268
|
"""
|
|
1270
1269
|
return pulumi.get(self, "scale_target_ref")
|
|
1271
1270
|
|
|
1272
|
-
@property
|
|
1271
|
+
@_builtins.property
|
|
1273
1272
|
@pulumi.getter
|
|
1274
1273
|
def behavior(self) -> Optional['outputs.HorizontalPodAutoscalerBehavior']:
|
|
1275
1274
|
"""
|
|
@@ -1277,7 +1276,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1277
1276
|
"""
|
|
1278
1277
|
return pulumi.get(self, "behavior")
|
|
1279
1278
|
|
|
1280
|
-
@property
|
|
1279
|
+
@_builtins.property
|
|
1281
1280
|
@pulumi.getter
|
|
1282
1281
|
def metrics(self) -> Optional[Sequence['outputs.MetricSpec']]:
|
|
1283
1282
|
"""
|
|
@@ -1285,9 +1284,9 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1285
1284
|
"""
|
|
1286
1285
|
return pulumi.get(self, "metrics")
|
|
1287
1286
|
|
|
1288
|
-
@property
|
|
1287
|
+
@_builtins.property
|
|
1289
1288
|
@pulumi.getter(name="minReplicas")
|
|
1290
|
-
def min_replicas(self) -> Optional[
|
|
1289
|
+
def min_replicas(self) -> Optional[_builtins.int]:
|
|
1291
1290
|
"""
|
|
1292
1291
|
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.
|
|
1293
1292
|
"""
|
|
@@ -1322,16 +1321,16 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1322
1321
|
|
|
1323
1322
|
def __init__(__self__, *,
|
|
1324
1323
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehaviorPatch'] = None,
|
|
1325
|
-
max_replicas: Optional[
|
|
1324
|
+
max_replicas: Optional[_builtins.int] = None,
|
|
1326
1325
|
metrics: Optional[Sequence['outputs.MetricSpecPatch']] = None,
|
|
1327
|
-
min_replicas: Optional[
|
|
1326
|
+
min_replicas: Optional[_builtins.int] = None,
|
|
1328
1327
|
scale_target_ref: Optional['outputs.CrossVersionObjectReferencePatch'] = None):
|
|
1329
1328
|
"""
|
|
1330
1329
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1331
1330
|
: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.
|
|
1332
|
-
:param
|
|
1331
|
+
: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.
|
|
1333
1332
|
: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.
|
|
1334
|
-
:param
|
|
1333
|
+
: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.
|
|
1335
1334
|
: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.
|
|
1336
1335
|
"""
|
|
1337
1336
|
if behavior is not None:
|
|
@@ -1345,7 +1344,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1345
1344
|
if scale_target_ref is not None:
|
|
1346
1345
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
1347
1346
|
|
|
1348
|
-
@property
|
|
1347
|
+
@_builtins.property
|
|
1349
1348
|
@pulumi.getter
|
|
1350
1349
|
def behavior(self) -> Optional['outputs.HorizontalPodAutoscalerBehaviorPatch']:
|
|
1351
1350
|
"""
|
|
@@ -1353,15 +1352,15 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1353
1352
|
"""
|
|
1354
1353
|
return pulumi.get(self, "behavior")
|
|
1355
1354
|
|
|
1356
|
-
@property
|
|
1355
|
+
@_builtins.property
|
|
1357
1356
|
@pulumi.getter(name="maxReplicas")
|
|
1358
|
-
def max_replicas(self) -> Optional[
|
|
1357
|
+
def max_replicas(self) -> Optional[_builtins.int]:
|
|
1359
1358
|
"""
|
|
1360
1359
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1361
1360
|
"""
|
|
1362
1361
|
return pulumi.get(self, "max_replicas")
|
|
1363
1362
|
|
|
1364
|
-
@property
|
|
1363
|
+
@_builtins.property
|
|
1365
1364
|
@pulumi.getter
|
|
1366
1365
|
def metrics(self) -> Optional[Sequence['outputs.MetricSpecPatch']]:
|
|
1367
1366
|
"""
|
|
@@ -1369,15 +1368,15 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1369
1368
|
"""
|
|
1370
1369
|
return pulumi.get(self, "metrics")
|
|
1371
1370
|
|
|
1372
|
-
@property
|
|
1371
|
+
@_builtins.property
|
|
1373
1372
|
@pulumi.getter(name="minReplicas")
|
|
1374
|
-
def min_replicas(self) -> Optional[
|
|
1373
|
+
def min_replicas(self) -> Optional[_builtins.int]:
|
|
1375
1374
|
"""
|
|
1376
1375
|
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.
|
|
1377
1376
|
"""
|
|
1378
1377
|
return pulumi.get(self, "min_replicas")
|
|
1379
1378
|
|
|
1380
|
-
@property
|
|
1379
|
+
@_builtins.property
|
|
1381
1380
|
@pulumi.getter(name="scaleTargetRef")
|
|
1382
1381
|
def scale_target_ref(self) -> Optional['outputs.CrossVersionObjectReferencePatch']:
|
|
1383
1382
|
"""
|
|
@@ -1417,20 +1416,20 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1417
1416
|
return super().get(key, default)
|
|
1418
1417
|
|
|
1419
1418
|
def __init__(__self__, *,
|
|
1420
|
-
desired_replicas:
|
|
1419
|
+
desired_replicas: _builtins.int,
|
|
1421
1420
|
conditions: Optional[Sequence['outputs.HorizontalPodAutoscalerCondition']] = None,
|
|
1422
1421
|
current_metrics: Optional[Sequence['outputs.MetricStatus']] = None,
|
|
1423
|
-
current_replicas: Optional[
|
|
1424
|
-
last_scale_time: Optional[
|
|
1425
|
-
observed_generation: Optional[
|
|
1422
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
1423
|
+
last_scale_time: Optional[_builtins.str] = None,
|
|
1424
|
+
observed_generation: Optional[_builtins.int] = None):
|
|
1426
1425
|
"""
|
|
1427
1426
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1428
|
-
:param
|
|
1427
|
+
:param _builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1429
1428
|
: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.
|
|
1430
1429
|
:param Sequence['MetricStatusArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1431
|
-
:param
|
|
1432
|
-
:param
|
|
1433
|
-
:param
|
|
1430
|
+
:param _builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1431
|
+
: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.
|
|
1432
|
+
:param _builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1434
1433
|
"""
|
|
1435
1434
|
pulumi.set(__self__, "desired_replicas", desired_replicas)
|
|
1436
1435
|
if conditions is not None:
|
|
@@ -1444,15 +1443,15 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1444
1443
|
if observed_generation is not None:
|
|
1445
1444
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
1446
1445
|
|
|
1447
|
-
@property
|
|
1446
|
+
@_builtins.property
|
|
1448
1447
|
@pulumi.getter(name="desiredReplicas")
|
|
1449
|
-
def desired_replicas(self) ->
|
|
1448
|
+
def desired_replicas(self) -> _builtins.int:
|
|
1450
1449
|
"""
|
|
1451
1450
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1452
1451
|
"""
|
|
1453
1452
|
return pulumi.get(self, "desired_replicas")
|
|
1454
1453
|
|
|
1455
|
-
@property
|
|
1454
|
+
@_builtins.property
|
|
1456
1455
|
@pulumi.getter
|
|
1457
1456
|
def conditions(self) -> Optional[Sequence['outputs.HorizontalPodAutoscalerCondition']]:
|
|
1458
1457
|
"""
|
|
@@ -1460,7 +1459,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1460
1459
|
"""
|
|
1461
1460
|
return pulumi.get(self, "conditions")
|
|
1462
1461
|
|
|
1463
|
-
@property
|
|
1462
|
+
@_builtins.property
|
|
1464
1463
|
@pulumi.getter(name="currentMetrics")
|
|
1465
1464
|
def current_metrics(self) -> Optional[Sequence['outputs.MetricStatus']]:
|
|
1466
1465
|
"""
|
|
@@ -1468,25 +1467,25 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1468
1467
|
"""
|
|
1469
1468
|
return pulumi.get(self, "current_metrics")
|
|
1470
1469
|
|
|
1471
|
-
@property
|
|
1470
|
+
@_builtins.property
|
|
1472
1471
|
@pulumi.getter(name="currentReplicas")
|
|
1473
|
-
def current_replicas(self) -> Optional[
|
|
1472
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
1474
1473
|
"""
|
|
1475
1474
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1476
1475
|
"""
|
|
1477
1476
|
return pulumi.get(self, "current_replicas")
|
|
1478
1477
|
|
|
1479
|
-
@property
|
|
1478
|
+
@_builtins.property
|
|
1480
1479
|
@pulumi.getter(name="lastScaleTime")
|
|
1481
|
-
def last_scale_time(self) -> Optional[
|
|
1480
|
+
def last_scale_time(self) -> Optional[_builtins.str]:
|
|
1482
1481
|
"""
|
|
1483
1482
|
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.
|
|
1484
1483
|
"""
|
|
1485
1484
|
return pulumi.get(self, "last_scale_time")
|
|
1486
1485
|
|
|
1487
|
-
@property
|
|
1486
|
+
@_builtins.property
|
|
1488
1487
|
@pulumi.getter(name="observedGeneration")
|
|
1489
|
-
def observed_generation(self) -> Optional[
|
|
1488
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1490
1489
|
"""
|
|
1491
1490
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1492
1491
|
"""
|
|
@@ -1526,18 +1525,18 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1526
1525
|
def __init__(__self__, *,
|
|
1527
1526
|
conditions: Optional[Sequence['outputs.HorizontalPodAutoscalerConditionPatch']] = None,
|
|
1528
1527
|
current_metrics: Optional[Sequence['outputs.MetricStatusPatch']] = None,
|
|
1529
|
-
current_replicas: Optional[
|
|
1530
|
-
desired_replicas: Optional[
|
|
1531
|
-
last_scale_time: Optional[
|
|
1532
|
-
observed_generation: Optional[
|
|
1528
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
1529
|
+
desired_replicas: Optional[_builtins.int] = None,
|
|
1530
|
+
last_scale_time: Optional[_builtins.str] = None,
|
|
1531
|
+
observed_generation: Optional[_builtins.int] = None):
|
|
1533
1532
|
"""
|
|
1534
1533
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1535
1534
|
: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.
|
|
1536
1535
|
:param Sequence['MetricStatusPatchArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1537
|
-
:param
|
|
1538
|
-
:param
|
|
1539
|
-
:param
|
|
1540
|
-
:param
|
|
1536
|
+
:param _builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1537
|
+
:param _builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1538
|
+
: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.
|
|
1539
|
+
:param _builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1541
1540
|
"""
|
|
1542
1541
|
if conditions is not None:
|
|
1543
1542
|
pulumi.set(__self__, "conditions", conditions)
|
|
@@ -1552,7 +1551,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1552
1551
|
if observed_generation is not None:
|
|
1553
1552
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
1554
1553
|
|
|
1555
|
-
@property
|
|
1554
|
+
@_builtins.property
|
|
1556
1555
|
@pulumi.getter
|
|
1557
1556
|
def conditions(self) -> Optional[Sequence['outputs.HorizontalPodAutoscalerConditionPatch']]:
|
|
1558
1557
|
"""
|
|
@@ -1560,7 +1559,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1560
1559
|
"""
|
|
1561
1560
|
return pulumi.get(self, "conditions")
|
|
1562
1561
|
|
|
1563
|
-
@property
|
|
1562
|
+
@_builtins.property
|
|
1564
1563
|
@pulumi.getter(name="currentMetrics")
|
|
1565
1564
|
def current_metrics(self) -> Optional[Sequence['outputs.MetricStatusPatch']]:
|
|
1566
1565
|
"""
|
|
@@ -1568,33 +1567,33 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1568
1567
|
"""
|
|
1569
1568
|
return pulumi.get(self, "current_metrics")
|
|
1570
1569
|
|
|
1571
|
-
@property
|
|
1570
|
+
@_builtins.property
|
|
1572
1571
|
@pulumi.getter(name="currentReplicas")
|
|
1573
|
-
def current_replicas(self) -> Optional[
|
|
1572
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
1574
1573
|
"""
|
|
1575
1574
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1576
1575
|
"""
|
|
1577
1576
|
return pulumi.get(self, "current_replicas")
|
|
1578
1577
|
|
|
1579
|
-
@property
|
|
1578
|
+
@_builtins.property
|
|
1580
1579
|
@pulumi.getter(name="desiredReplicas")
|
|
1581
|
-
def desired_replicas(self) -> Optional[
|
|
1580
|
+
def desired_replicas(self) -> Optional[_builtins.int]:
|
|
1582
1581
|
"""
|
|
1583
1582
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1584
1583
|
"""
|
|
1585
1584
|
return pulumi.get(self, "desired_replicas")
|
|
1586
1585
|
|
|
1587
|
-
@property
|
|
1586
|
+
@_builtins.property
|
|
1588
1587
|
@pulumi.getter(name="lastScaleTime")
|
|
1589
|
-
def last_scale_time(self) -> Optional[
|
|
1588
|
+
def last_scale_time(self) -> Optional[_builtins.str]:
|
|
1590
1589
|
"""
|
|
1591
1590
|
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.
|
|
1592
1591
|
"""
|
|
1593
1592
|
return pulumi.get(self, "last_scale_time")
|
|
1594
1593
|
|
|
1595
|
-
@property
|
|
1594
|
+
@_builtins.property
|
|
1596
1595
|
@pulumi.getter(name="observedGeneration")
|
|
1597
|
-
def observed_generation(self) -> Optional[
|
|
1596
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1598
1597
|
"""
|
|
1599
1598
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1600
1599
|
"""
|
|
@@ -1607,26 +1606,26 @@ class MetricIdentifier(dict):
|
|
|
1607
1606
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1608
1607
|
"""
|
|
1609
1608
|
def __init__(__self__, *,
|
|
1610
|
-
name:
|
|
1609
|
+
name: _builtins.str,
|
|
1611
1610
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
1612
1611
|
"""
|
|
1613
1612
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1614
|
-
:param
|
|
1613
|
+
:param _builtins.str name: name is the name of the given metric
|
|
1615
1614
|
: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.
|
|
1616
1615
|
"""
|
|
1617
1616
|
pulumi.set(__self__, "name", name)
|
|
1618
1617
|
if selector is not None:
|
|
1619
1618
|
pulumi.set(__self__, "selector", selector)
|
|
1620
1619
|
|
|
1621
|
-
@property
|
|
1620
|
+
@_builtins.property
|
|
1622
1621
|
@pulumi.getter
|
|
1623
|
-
def name(self) ->
|
|
1622
|
+
def name(self) -> _builtins.str:
|
|
1624
1623
|
"""
|
|
1625
1624
|
name is the name of the given metric
|
|
1626
1625
|
"""
|
|
1627
1626
|
return pulumi.get(self, "name")
|
|
1628
1627
|
|
|
1629
|
-
@property
|
|
1628
|
+
@_builtins.property
|
|
1630
1629
|
@pulumi.getter
|
|
1631
1630
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
1632
1631
|
"""
|
|
@@ -1641,11 +1640,11 @@ class MetricIdentifierPatch(dict):
|
|
|
1641
1640
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1642
1641
|
"""
|
|
1643
1642
|
def __init__(__self__, *,
|
|
1644
|
-
name: Optional[
|
|
1643
|
+
name: Optional[_builtins.str] = None,
|
|
1645
1644
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
1646
1645
|
"""
|
|
1647
1646
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1648
|
-
:param
|
|
1647
|
+
:param _builtins.str name: name is the name of the given metric
|
|
1649
1648
|
: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.
|
|
1650
1649
|
"""
|
|
1651
1650
|
if name is not None:
|
|
@@ -1653,15 +1652,15 @@ class MetricIdentifierPatch(dict):
|
|
|
1653
1652
|
if selector is not None:
|
|
1654
1653
|
pulumi.set(__self__, "selector", selector)
|
|
1655
1654
|
|
|
1656
|
-
@property
|
|
1655
|
+
@_builtins.property
|
|
1657
1656
|
@pulumi.getter
|
|
1658
|
-
def name(self) -> Optional[
|
|
1657
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1659
1658
|
"""
|
|
1660
1659
|
name is the name of the given metric
|
|
1661
1660
|
"""
|
|
1662
1661
|
return pulumi.get(self, "name")
|
|
1663
1662
|
|
|
1664
|
-
@property
|
|
1663
|
+
@_builtins.property
|
|
1665
1664
|
@pulumi.getter
|
|
1666
1665
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
1667
1666
|
"""
|
|
@@ -1693,7 +1692,7 @@ class MetricSpec(dict):
|
|
|
1693
1692
|
return super().get(key, default)
|
|
1694
1693
|
|
|
1695
1694
|
def __init__(__self__, *,
|
|
1696
|
-
type:
|
|
1695
|
+
type: _builtins.str,
|
|
1697
1696
|
container_resource: Optional['outputs.ContainerResourceMetricSource'] = None,
|
|
1698
1697
|
external: Optional['outputs.ExternalMetricSource'] = None,
|
|
1699
1698
|
object: Optional['outputs.ObjectMetricSource'] = None,
|
|
@@ -1701,7 +1700,7 @@ class MetricSpec(dict):
|
|
|
1701
1700
|
resource: Optional['outputs.ResourceMetricSource'] = None):
|
|
1702
1701
|
"""
|
|
1703
1702
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1704
|
-
:param
|
|
1703
|
+
:param _builtins.str type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1705
1704
|
:param 'ContainerResourceMetricSourceArgs' container_resource: containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1706
1705
|
: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).
|
|
1707
1706
|
:param 'ObjectMetricSourceArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1720,15 +1719,15 @@ class MetricSpec(dict):
|
|
|
1720
1719
|
if resource is not None:
|
|
1721
1720
|
pulumi.set(__self__, "resource", resource)
|
|
1722
1721
|
|
|
1723
|
-
@property
|
|
1722
|
+
@_builtins.property
|
|
1724
1723
|
@pulumi.getter
|
|
1725
|
-
def type(self) ->
|
|
1724
|
+
def type(self) -> _builtins.str:
|
|
1726
1725
|
"""
|
|
1727
1726
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1728
1727
|
"""
|
|
1729
1728
|
return pulumi.get(self, "type")
|
|
1730
1729
|
|
|
1731
|
-
@property
|
|
1730
|
+
@_builtins.property
|
|
1732
1731
|
@pulumi.getter(name="containerResource")
|
|
1733
1732
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricSource']:
|
|
1734
1733
|
"""
|
|
@@ -1736,7 +1735,7 @@ class MetricSpec(dict):
|
|
|
1736
1735
|
"""
|
|
1737
1736
|
return pulumi.get(self, "container_resource")
|
|
1738
1737
|
|
|
1739
|
-
@property
|
|
1738
|
+
@_builtins.property
|
|
1740
1739
|
@pulumi.getter
|
|
1741
1740
|
def external(self) -> Optional['outputs.ExternalMetricSource']:
|
|
1742
1741
|
"""
|
|
@@ -1744,7 +1743,7 @@ class MetricSpec(dict):
|
|
|
1744
1743
|
"""
|
|
1745
1744
|
return pulumi.get(self, "external")
|
|
1746
1745
|
|
|
1747
|
-
@property
|
|
1746
|
+
@_builtins.property
|
|
1748
1747
|
@pulumi.getter
|
|
1749
1748
|
def object(self) -> Optional['outputs.ObjectMetricSource']:
|
|
1750
1749
|
"""
|
|
@@ -1752,7 +1751,7 @@ class MetricSpec(dict):
|
|
|
1752
1751
|
"""
|
|
1753
1752
|
return pulumi.get(self, "object")
|
|
1754
1753
|
|
|
1755
|
-
@property
|
|
1754
|
+
@_builtins.property
|
|
1756
1755
|
@pulumi.getter
|
|
1757
1756
|
def pods(self) -> Optional['outputs.PodsMetricSource']:
|
|
1758
1757
|
"""
|
|
@@ -1760,7 +1759,7 @@ class MetricSpec(dict):
|
|
|
1760
1759
|
"""
|
|
1761
1760
|
return pulumi.get(self, "pods")
|
|
1762
1761
|
|
|
1763
|
-
@property
|
|
1762
|
+
@_builtins.property
|
|
1764
1763
|
@pulumi.getter
|
|
1765
1764
|
def resource(self) -> Optional['outputs.ResourceMetricSource']:
|
|
1766
1765
|
"""
|
|
@@ -1797,7 +1796,7 @@ class MetricSpecPatch(dict):
|
|
|
1797
1796
|
object: Optional['outputs.ObjectMetricSourcePatch'] = None,
|
|
1798
1797
|
pods: Optional['outputs.PodsMetricSourcePatch'] = None,
|
|
1799
1798
|
resource: Optional['outputs.ResourceMetricSourcePatch'] = None,
|
|
1800
|
-
type: Optional[
|
|
1799
|
+
type: Optional[_builtins.str] = None):
|
|
1801
1800
|
"""
|
|
1802
1801
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1803
1802
|
:param 'ContainerResourceMetricSourcePatchArgs' container_resource: containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
@@ -1805,7 +1804,7 @@ class MetricSpecPatch(dict):
|
|
|
1805
1804
|
:param 'ObjectMetricSourcePatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1806
1805
|
: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.
|
|
1807
1806
|
: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.
|
|
1808
|
-
:param
|
|
1807
|
+
:param _builtins.str type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1809
1808
|
"""
|
|
1810
1809
|
if container_resource is not None:
|
|
1811
1810
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1820,7 +1819,7 @@ class MetricSpecPatch(dict):
|
|
|
1820
1819
|
if type is not None:
|
|
1821
1820
|
pulumi.set(__self__, "type", type)
|
|
1822
1821
|
|
|
1823
|
-
@property
|
|
1822
|
+
@_builtins.property
|
|
1824
1823
|
@pulumi.getter(name="containerResource")
|
|
1825
1824
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricSourcePatch']:
|
|
1826
1825
|
"""
|
|
@@ -1828,7 +1827,7 @@ class MetricSpecPatch(dict):
|
|
|
1828
1827
|
"""
|
|
1829
1828
|
return pulumi.get(self, "container_resource")
|
|
1830
1829
|
|
|
1831
|
-
@property
|
|
1830
|
+
@_builtins.property
|
|
1832
1831
|
@pulumi.getter
|
|
1833
1832
|
def external(self) -> Optional['outputs.ExternalMetricSourcePatch']:
|
|
1834
1833
|
"""
|
|
@@ -1836,7 +1835,7 @@ class MetricSpecPatch(dict):
|
|
|
1836
1835
|
"""
|
|
1837
1836
|
return pulumi.get(self, "external")
|
|
1838
1837
|
|
|
1839
|
-
@property
|
|
1838
|
+
@_builtins.property
|
|
1840
1839
|
@pulumi.getter
|
|
1841
1840
|
def object(self) -> Optional['outputs.ObjectMetricSourcePatch']:
|
|
1842
1841
|
"""
|
|
@@ -1844,7 +1843,7 @@ class MetricSpecPatch(dict):
|
|
|
1844
1843
|
"""
|
|
1845
1844
|
return pulumi.get(self, "object")
|
|
1846
1845
|
|
|
1847
|
-
@property
|
|
1846
|
+
@_builtins.property
|
|
1848
1847
|
@pulumi.getter
|
|
1849
1848
|
def pods(self) -> Optional['outputs.PodsMetricSourcePatch']:
|
|
1850
1849
|
"""
|
|
@@ -1852,7 +1851,7 @@ class MetricSpecPatch(dict):
|
|
|
1852
1851
|
"""
|
|
1853
1852
|
return pulumi.get(self, "pods")
|
|
1854
1853
|
|
|
1855
|
-
@property
|
|
1854
|
+
@_builtins.property
|
|
1856
1855
|
@pulumi.getter
|
|
1857
1856
|
def resource(self) -> Optional['outputs.ResourceMetricSourcePatch']:
|
|
1858
1857
|
"""
|
|
@@ -1860,9 +1859,9 @@ class MetricSpecPatch(dict):
|
|
|
1860
1859
|
"""
|
|
1861
1860
|
return pulumi.get(self, "resource")
|
|
1862
1861
|
|
|
1863
|
-
@property
|
|
1862
|
+
@_builtins.property
|
|
1864
1863
|
@pulumi.getter
|
|
1865
|
-
def type(self) -> Optional[
|
|
1864
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1866
1865
|
"""
|
|
1867
1866
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1868
1867
|
"""
|
|
@@ -1892,7 +1891,7 @@ class MetricStatus(dict):
|
|
|
1892
1891
|
return super().get(key, default)
|
|
1893
1892
|
|
|
1894
1893
|
def __init__(__self__, *,
|
|
1895
|
-
type:
|
|
1894
|
+
type: _builtins.str,
|
|
1896
1895
|
container_resource: Optional['outputs.ContainerResourceMetricStatus'] = None,
|
|
1897
1896
|
external: Optional['outputs.ExternalMetricStatus'] = None,
|
|
1898
1897
|
object: Optional['outputs.ObjectMetricStatus'] = None,
|
|
@@ -1900,7 +1899,7 @@ class MetricStatus(dict):
|
|
|
1900
1899
|
resource: Optional['outputs.ResourceMetricStatus'] = None):
|
|
1901
1900
|
"""
|
|
1902
1901
|
MetricStatus describes the last-read state of a single metric.
|
|
1903
|
-
:param
|
|
1902
|
+
:param _builtins.str type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1904
1903
|
: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.
|
|
1905
1904
|
: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).
|
|
1906
1905
|
:param 'ObjectMetricStatusArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1919,15 +1918,15 @@ class MetricStatus(dict):
|
|
|
1919
1918
|
if resource is not None:
|
|
1920
1919
|
pulumi.set(__self__, "resource", resource)
|
|
1921
1920
|
|
|
1922
|
-
@property
|
|
1921
|
+
@_builtins.property
|
|
1923
1922
|
@pulumi.getter
|
|
1924
|
-
def type(self) ->
|
|
1923
|
+
def type(self) -> _builtins.str:
|
|
1925
1924
|
"""
|
|
1926
1925
|
type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1927
1926
|
"""
|
|
1928
1927
|
return pulumi.get(self, "type")
|
|
1929
1928
|
|
|
1930
|
-
@property
|
|
1929
|
+
@_builtins.property
|
|
1931
1930
|
@pulumi.getter(name="containerResource")
|
|
1932
1931
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricStatus']:
|
|
1933
1932
|
"""
|
|
@@ -1935,7 +1934,7 @@ class MetricStatus(dict):
|
|
|
1935
1934
|
"""
|
|
1936
1935
|
return pulumi.get(self, "container_resource")
|
|
1937
1936
|
|
|
1938
|
-
@property
|
|
1937
|
+
@_builtins.property
|
|
1939
1938
|
@pulumi.getter
|
|
1940
1939
|
def external(self) -> Optional['outputs.ExternalMetricStatus']:
|
|
1941
1940
|
"""
|
|
@@ -1943,7 +1942,7 @@ class MetricStatus(dict):
|
|
|
1943
1942
|
"""
|
|
1944
1943
|
return pulumi.get(self, "external")
|
|
1945
1944
|
|
|
1946
|
-
@property
|
|
1945
|
+
@_builtins.property
|
|
1947
1946
|
@pulumi.getter
|
|
1948
1947
|
def object(self) -> Optional['outputs.ObjectMetricStatus']:
|
|
1949
1948
|
"""
|
|
@@ -1951,7 +1950,7 @@ class MetricStatus(dict):
|
|
|
1951
1950
|
"""
|
|
1952
1951
|
return pulumi.get(self, "object")
|
|
1953
1952
|
|
|
1954
|
-
@property
|
|
1953
|
+
@_builtins.property
|
|
1955
1954
|
@pulumi.getter
|
|
1956
1955
|
def pods(self) -> Optional['outputs.PodsMetricStatus']:
|
|
1957
1956
|
"""
|
|
@@ -1959,7 +1958,7 @@ class MetricStatus(dict):
|
|
|
1959
1958
|
"""
|
|
1960
1959
|
return pulumi.get(self, "pods")
|
|
1961
1960
|
|
|
1962
|
-
@property
|
|
1961
|
+
@_builtins.property
|
|
1963
1962
|
@pulumi.getter
|
|
1964
1963
|
def resource(self) -> Optional['outputs.ResourceMetricStatus']:
|
|
1965
1964
|
"""
|
|
@@ -1996,7 +1995,7 @@ class MetricStatusPatch(dict):
|
|
|
1996
1995
|
object: Optional['outputs.ObjectMetricStatusPatch'] = None,
|
|
1997
1996
|
pods: Optional['outputs.PodsMetricStatusPatch'] = None,
|
|
1998
1997
|
resource: Optional['outputs.ResourceMetricStatusPatch'] = None,
|
|
1999
|
-
type: Optional[
|
|
1998
|
+
type: Optional[_builtins.str] = None):
|
|
2000
1999
|
"""
|
|
2001
2000
|
MetricStatus describes the last-read state of a single metric.
|
|
2002
2001
|
: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.
|
|
@@ -2004,7 +2003,7 @@ class MetricStatusPatch(dict):
|
|
|
2004
2003
|
:param 'ObjectMetricStatusPatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
2005
2004
|
: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.
|
|
2006
2005
|
: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.
|
|
2007
|
-
:param
|
|
2006
|
+
:param _builtins.str type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2008
2007
|
"""
|
|
2009
2008
|
if container_resource is not None:
|
|
2010
2009
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -2019,7 +2018,7 @@ class MetricStatusPatch(dict):
|
|
|
2019
2018
|
if type is not None:
|
|
2020
2019
|
pulumi.set(__self__, "type", type)
|
|
2021
2020
|
|
|
2022
|
-
@property
|
|
2021
|
+
@_builtins.property
|
|
2023
2022
|
@pulumi.getter(name="containerResource")
|
|
2024
2023
|
def container_resource(self) -> Optional['outputs.ContainerResourceMetricStatusPatch']:
|
|
2025
2024
|
"""
|
|
@@ -2027,7 +2026,7 @@ class MetricStatusPatch(dict):
|
|
|
2027
2026
|
"""
|
|
2028
2027
|
return pulumi.get(self, "container_resource")
|
|
2029
2028
|
|
|
2030
|
-
@property
|
|
2029
|
+
@_builtins.property
|
|
2031
2030
|
@pulumi.getter
|
|
2032
2031
|
def external(self) -> Optional['outputs.ExternalMetricStatusPatch']:
|
|
2033
2032
|
"""
|
|
@@ -2035,7 +2034,7 @@ class MetricStatusPatch(dict):
|
|
|
2035
2034
|
"""
|
|
2036
2035
|
return pulumi.get(self, "external")
|
|
2037
2036
|
|
|
2038
|
-
@property
|
|
2037
|
+
@_builtins.property
|
|
2039
2038
|
@pulumi.getter
|
|
2040
2039
|
def object(self) -> Optional['outputs.ObjectMetricStatusPatch']:
|
|
2041
2040
|
"""
|
|
@@ -2043,7 +2042,7 @@ class MetricStatusPatch(dict):
|
|
|
2043
2042
|
"""
|
|
2044
2043
|
return pulumi.get(self, "object")
|
|
2045
2044
|
|
|
2046
|
-
@property
|
|
2045
|
+
@_builtins.property
|
|
2047
2046
|
@pulumi.getter
|
|
2048
2047
|
def pods(self) -> Optional['outputs.PodsMetricStatusPatch']:
|
|
2049
2048
|
"""
|
|
@@ -2051,7 +2050,7 @@ class MetricStatusPatch(dict):
|
|
|
2051
2050
|
"""
|
|
2052
2051
|
return pulumi.get(self, "pods")
|
|
2053
2052
|
|
|
2054
|
-
@property
|
|
2053
|
+
@_builtins.property
|
|
2055
2054
|
@pulumi.getter
|
|
2056
2055
|
def resource(self) -> Optional['outputs.ResourceMetricStatusPatch']:
|
|
2057
2056
|
"""
|
|
@@ -2059,9 +2058,9 @@ class MetricStatusPatch(dict):
|
|
|
2059
2058
|
"""
|
|
2060
2059
|
return pulumi.get(self, "resource")
|
|
2061
2060
|
|
|
2062
|
-
@property
|
|
2061
|
+
@_builtins.property
|
|
2063
2062
|
@pulumi.getter
|
|
2064
|
-
def type(self) -> Optional[
|
|
2063
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2065
2064
|
"""
|
|
2066
2065
|
type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2067
2066
|
"""
|
|
@@ -2093,16 +2092,16 @@ class MetricTarget(dict):
|
|
|
2093
2092
|
return super().get(key, default)
|
|
2094
2093
|
|
|
2095
2094
|
def __init__(__self__, *,
|
|
2096
|
-
type:
|
|
2097
|
-
average_utilization: Optional[
|
|
2098
|
-
average_value: Optional[
|
|
2099
|
-
value: Optional[
|
|
2095
|
+
type: _builtins.str,
|
|
2096
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2097
|
+
average_value: Optional[_builtins.str] = None,
|
|
2098
|
+
value: Optional[_builtins.str] = None):
|
|
2100
2099
|
"""
|
|
2101
2100
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2102
|
-
:param
|
|
2103
|
-
:param
|
|
2104
|
-
:param
|
|
2105
|
-
:param
|
|
2101
|
+
:param _builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2102
|
+
: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
|
|
2103
|
+
:param _builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2104
|
+
:param _builtins.str value: value is the target value of the metric (as a quantity).
|
|
2106
2105
|
"""
|
|
2107
2106
|
pulumi.set(__self__, "type", type)
|
|
2108
2107
|
if average_utilization is not None:
|
|
@@ -2112,33 +2111,33 @@ class MetricTarget(dict):
|
|
|
2112
2111
|
if value is not None:
|
|
2113
2112
|
pulumi.set(__self__, "value", value)
|
|
2114
2113
|
|
|
2115
|
-
@property
|
|
2114
|
+
@_builtins.property
|
|
2116
2115
|
@pulumi.getter
|
|
2117
|
-
def type(self) ->
|
|
2116
|
+
def type(self) -> _builtins.str:
|
|
2118
2117
|
"""
|
|
2119
2118
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2120
2119
|
"""
|
|
2121
2120
|
return pulumi.get(self, "type")
|
|
2122
2121
|
|
|
2123
|
-
@property
|
|
2122
|
+
@_builtins.property
|
|
2124
2123
|
@pulumi.getter(name="averageUtilization")
|
|
2125
|
-
def average_utilization(self) -> Optional[
|
|
2124
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2126
2125
|
"""
|
|
2127
2126
|
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
|
|
2128
2127
|
"""
|
|
2129
2128
|
return pulumi.get(self, "average_utilization")
|
|
2130
2129
|
|
|
2131
|
-
@property
|
|
2130
|
+
@_builtins.property
|
|
2132
2131
|
@pulumi.getter(name="averageValue")
|
|
2133
|
-
def average_value(self) -> Optional[
|
|
2132
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2134
2133
|
"""
|
|
2135
2134
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2136
2135
|
"""
|
|
2137
2136
|
return pulumi.get(self, "average_value")
|
|
2138
2137
|
|
|
2139
|
-
@property
|
|
2138
|
+
@_builtins.property
|
|
2140
2139
|
@pulumi.getter
|
|
2141
|
-
def value(self) -> Optional[
|
|
2140
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2142
2141
|
"""
|
|
2143
2142
|
value is the target value of the metric (as a quantity).
|
|
2144
2143
|
"""
|
|
@@ -2170,16 +2169,16 @@ class MetricTargetPatch(dict):
|
|
|
2170
2169
|
return super().get(key, default)
|
|
2171
2170
|
|
|
2172
2171
|
def __init__(__self__, *,
|
|
2173
|
-
average_utilization: Optional[
|
|
2174
|
-
average_value: Optional[
|
|
2175
|
-
type: Optional[
|
|
2176
|
-
value: Optional[
|
|
2172
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2173
|
+
average_value: Optional[_builtins.str] = None,
|
|
2174
|
+
type: Optional[_builtins.str] = None,
|
|
2175
|
+
value: Optional[_builtins.str] = None):
|
|
2177
2176
|
"""
|
|
2178
2177
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2179
|
-
:param
|
|
2180
|
-
:param
|
|
2181
|
-
:param
|
|
2182
|
-
:param
|
|
2178
|
+
: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
|
|
2179
|
+
:param _builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2180
|
+
:param _builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2181
|
+
:param _builtins.str value: value is the target value of the metric (as a quantity).
|
|
2183
2182
|
"""
|
|
2184
2183
|
if average_utilization is not None:
|
|
2185
2184
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2190,33 +2189,33 @@ class MetricTargetPatch(dict):
|
|
|
2190
2189
|
if value is not None:
|
|
2191
2190
|
pulumi.set(__self__, "value", value)
|
|
2192
2191
|
|
|
2193
|
-
@property
|
|
2192
|
+
@_builtins.property
|
|
2194
2193
|
@pulumi.getter(name="averageUtilization")
|
|
2195
|
-
def average_utilization(self) -> Optional[
|
|
2194
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2196
2195
|
"""
|
|
2197
2196
|
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
|
|
2198
2197
|
"""
|
|
2199
2198
|
return pulumi.get(self, "average_utilization")
|
|
2200
2199
|
|
|
2201
|
-
@property
|
|
2200
|
+
@_builtins.property
|
|
2202
2201
|
@pulumi.getter(name="averageValue")
|
|
2203
|
-
def average_value(self) -> Optional[
|
|
2202
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2204
2203
|
"""
|
|
2205
2204
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2206
2205
|
"""
|
|
2207
2206
|
return pulumi.get(self, "average_value")
|
|
2208
2207
|
|
|
2209
|
-
@property
|
|
2208
|
+
@_builtins.property
|
|
2210
2209
|
@pulumi.getter
|
|
2211
|
-
def type(self) -> Optional[
|
|
2210
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2212
2211
|
"""
|
|
2213
2212
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2214
2213
|
"""
|
|
2215
2214
|
return pulumi.get(self, "type")
|
|
2216
2215
|
|
|
2217
|
-
@property
|
|
2216
|
+
@_builtins.property
|
|
2218
2217
|
@pulumi.getter
|
|
2219
|
-
def value(self) -> Optional[
|
|
2218
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2220
2219
|
"""
|
|
2221
2220
|
value is the target value of the metric (as a quantity).
|
|
2222
2221
|
"""
|
|
@@ -2248,14 +2247,14 @@ class MetricValueStatus(dict):
|
|
|
2248
2247
|
return super().get(key, default)
|
|
2249
2248
|
|
|
2250
2249
|
def __init__(__self__, *,
|
|
2251
|
-
average_utilization: Optional[
|
|
2252
|
-
average_value: Optional[
|
|
2253
|
-
value: Optional[
|
|
2250
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2251
|
+
average_value: Optional[_builtins.str] = None,
|
|
2252
|
+
value: Optional[_builtins.str] = None):
|
|
2254
2253
|
"""
|
|
2255
2254
|
MetricValueStatus holds the current value for a metric
|
|
2256
|
-
:param
|
|
2257
|
-
:param
|
|
2258
|
-
:param
|
|
2255
|
+
: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.
|
|
2256
|
+
:param _builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2257
|
+
:param _builtins.str value: value is the current value of the metric (as a quantity).
|
|
2259
2258
|
"""
|
|
2260
2259
|
if average_utilization is not None:
|
|
2261
2260
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2264,25 +2263,25 @@ class MetricValueStatus(dict):
|
|
|
2264
2263
|
if value is not None:
|
|
2265
2264
|
pulumi.set(__self__, "value", value)
|
|
2266
2265
|
|
|
2267
|
-
@property
|
|
2266
|
+
@_builtins.property
|
|
2268
2267
|
@pulumi.getter(name="averageUtilization")
|
|
2269
|
-
def average_utilization(self) -> Optional[
|
|
2268
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2270
2269
|
"""
|
|
2271
2270
|
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.
|
|
2272
2271
|
"""
|
|
2273
2272
|
return pulumi.get(self, "average_utilization")
|
|
2274
2273
|
|
|
2275
|
-
@property
|
|
2274
|
+
@_builtins.property
|
|
2276
2275
|
@pulumi.getter(name="averageValue")
|
|
2277
|
-
def average_value(self) -> Optional[
|
|
2276
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2278
2277
|
"""
|
|
2279
2278
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2280
2279
|
"""
|
|
2281
2280
|
return pulumi.get(self, "average_value")
|
|
2282
2281
|
|
|
2283
|
-
@property
|
|
2282
|
+
@_builtins.property
|
|
2284
2283
|
@pulumi.getter
|
|
2285
|
-
def value(self) -> Optional[
|
|
2284
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2286
2285
|
"""
|
|
2287
2286
|
value is the current value of the metric (as a quantity).
|
|
2288
2287
|
"""
|
|
@@ -2314,14 +2313,14 @@ class MetricValueStatusPatch(dict):
|
|
|
2314
2313
|
return super().get(key, default)
|
|
2315
2314
|
|
|
2316
2315
|
def __init__(__self__, *,
|
|
2317
|
-
average_utilization: Optional[
|
|
2318
|
-
average_value: Optional[
|
|
2319
|
-
value: Optional[
|
|
2316
|
+
average_utilization: Optional[_builtins.int] = None,
|
|
2317
|
+
average_value: Optional[_builtins.str] = None,
|
|
2318
|
+
value: Optional[_builtins.str] = None):
|
|
2320
2319
|
"""
|
|
2321
2320
|
MetricValueStatus holds the current value for a metric
|
|
2322
|
-
:param
|
|
2323
|
-
:param
|
|
2324
|
-
:param
|
|
2321
|
+
: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.
|
|
2322
|
+
:param _builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2323
|
+
:param _builtins.str value: value is the current value of the metric (as a quantity).
|
|
2325
2324
|
"""
|
|
2326
2325
|
if average_utilization is not None:
|
|
2327
2326
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2330,25 +2329,25 @@ class MetricValueStatusPatch(dict):
|
|
|
2330
2329
|
if value is not None:
|
|
2331
2330
|
pulumi.set(__self__, "value", value)
|
|
2332
2331
|
|
|
2333
|
-
@property
|
|
2332
|
+
@_builtins.property
|
|
2334
2333
|
@pulumi.getter(name="averageUtilization")
|
|
2335
|
-
def average_utilization(self) -> Optional[
|
|
2334
|
+
def average_utilization(self) -> Optional[_builtins.int]:
|
|
2336
2335
|
"""
|
|
2337
2336
|
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.
|
|
2338
2337
|
"""
|
|
2339
2338
|
return pulumi.get(self, "average_utilization")
|
|
2340
2339
|
|
|
2341
|
-
@property
|
|
2340
|
+
@_builtins.property
|
|
2342
2341
|
@pulumi.getter(name="averageValue")
|
|
2343
|
-
def average_value(self) -> Optional[
|
|
2342
|
+
def average_value(self) -> Optional[_builtins.str]:
|
|
2344
2343
|
"""
|
|
2345
2344
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2346
2345
|
"""
|
|
2347
2346
|
return pulumi.get(self, "average_value")
|
|
2348
2347
|
|
|
2349
|
-
@property
|
|
2348
|
+
@_builtins.property
|
|
2350
2349
|
@pulumi.getter
|
|
2351
|
-
def value(self) -> Optional[
|
|
2350
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2352
2351
|
"""
|
|
2353
2352
|
value is the current value of the metric (as a quantity).
|
|
2354
2353
|
"""
|
|
@@ -2391,7 +2390,7 @@ class ObjectMetricSource(dict):
|
|
|
2391
2390
|
pulumi.set(__self__, "metric", metric)
|
|
2392
2391
|
pulumi.set(__self__, "target", target)
|
|
2393
2392
|
|
|
2394
|
-
@property
|
|
2393
|
+
@_builtins.property
|
|
2395
2394
|
@pulumi.getter(name="describedObject")
|
|
2396
2395
|
def described_object(self) -> 'outputs.CrossVersionObjectReference':
|
|
2397
2396
|
"""
|
|
@@ -2399,7 +2398,7 @@ class ObjectMetricSource(dict):
|
|
|
2399
2398
|
"""
|
|
2400
2399
|
return pulumi.get(self, "described_object")
|
|
2401
2400
|
|
|
2402
|
-
@property
|
|
2401
|
+
@_builtins.property
|
|
2403
2402
|
@pulumi.getter
|
|
2404
2403
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2405
2404
|
"""
|
|
@@ -2407,7 +2406,7 @@ class ObjectMetricSource(dict):
|
|
|
2407
2406
|
"""
|
|
2408
2407
|
return pulumi.get(self, "metric")
|
|
2409
2408
|
|
|
2410
|
-
@property
|
|
2409
|
+
@_builtins.property
|
|
2411
2410
|
@pulumi.getter
|
|
2412
2411
|
def target(self) -> 'outputs.MetricTarget':
|
|
2413
2412
|
"""
|
|
@@ -2455,7 +2454,7 @@ class ObjectMetricSourcePatch(dict):
|
|
|
2455
2454
|
if target is not None:
|
|
2456
2455
|
pulumi.set(__self__, "target", target)
|
|
2457
2456
|
|
|
2458
|
-
@property
|
|
2457
|
+
@_builtins.property
|
|
2459
2458
|
@pulumi.getter(name="describedObject")
|
|
2460
2459
|
def described_object(self) -> Optional['outputs.CrossVersionObjectReferencePatch']:
|
|
2461
2460
|
"""
|
|
@@ -2463,7 +2462,7 @@ class ObjectMetricSourcePatch(dict):
|
|
|
2463
2462
|
"""
|
|
2464
2463
|
return pulumi.get(self, "described_object")
|
|
2465
2464
|
|
|
2466
|
-
@property
|
|
2465
|
+
@_builtins.property
|
|
2467
2466
|
@pulumi.getter
|
|
2468
2467
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2469
2468
|
"""
|
|
@@ -2471,7 +2470,7 @@ class ObjectMetricSourcePatch(dict):
|
|
|
2471
2470
|
"""
|
|
2472
2471
|
return pulumi.get(self, "metric")
|
|
2473
2472
|
|
|
2474
|
-
@property
|
|
2473
|
+
@_builtins.property
|
|
2475
2474
|
@pulumi.getter
|
|
2476
2475
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
2477
2476
|
"""
|
|
@@ -2516,7 +2515,7 @@ class ObjectMetricStatus(dict):
|
|
|
2516
2515
|
pulumi.set(__self__, "described_object", described_object)
|
|
2517
2516
|
pulumi.set(__self__, "metric", metric)
|
|
2518
2517
|
|
|
2519
|
-
@property
|
|
2518
|
+
@_builtins.property
|
|
2520
2519
|
@pulumi.getter
|
|
2521
2520
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
2522
2521
|
"""
|
|
@@ -2524,7 +2523,7 @@ class ObjectMetricStatus(dict):
|
|
|
2524
2523
|
"""
|
|
2525
2524
|
return pulumi.get(self, "current")
|
|
2526
2525
|
|
|
2527
|
-
@property
|
|
2526
|
+
@_builtins.property
|
|
2528
2527
|
@pulumi.getter(name="describedObject")
|
|
2529
2528
|
def described_object(self) -> 'outputs.CrossVersionObjectReference':
|
|
2530
2529
|
"""
|
|
@@ -2532,7 +2531,7 @@ class ObjectMetricStatus(dict):
|
|
|
2532
2531
|
"""
|
|
2533
2532
|
return pulumi.get(self, "described_object")
|
|
2534
2533
|
|
|
2535
|
-
@property
|
|
2534
|
+
@_builtins.property
|
|
2536
2535
|
@pulumi.getter
|
|
2537
2536
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2538
2537
|
"""
|
|
@@ -2580,7 +2579,7 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2580
2579
|
if metric is not None:
|
|
2581
2580
|
pulumi.set(__self__, "metric", metric)
|
|
2582
2581
|
|
|
2583
|
-
@property
|
|
2582
|
+
@_builtins.property
|
|
2584
2583
|
@pulumi.getter
|
|
2585
2584
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
2586
2585
|
"""
|
|
@@ -2588,7 +2587,7 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2588
2587
|
"""
|
|
2589
2588
|
return pulumi.get(self, "current")
|
|
2590
2589
|
|
|
2591
|
-
@property
|
|
2590
|
+
@_builtins.property
|
|
2592
2591
|
@pulumi.getter(name="describedObject")
|
|
2593
2592
|
def described_object(self) -> Optional['outputs.CrossVersionObjectReferencePatch']:
|
|
2594
2593
|
"""
|
|
@@ -2596,7 +2595,7 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2596
2595
|
"""
|
|
2597
2596
|
return pulumi.get(self, "described_object")
|
|
2598
2597
|
|
|
2599
|
-
@property
|
|
2598
|
+
@_builtins.property
|
|
2600
2599
|
@pulumi.getter
|
|
2601
2600
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2602
2601
|
"""
|
|
@@ -2621,7 +2620,7 @@ class PodsMetricSource(dict):
|
|
|
2621
2620
|
pulumi.set(__self__, "metric", metric)
|
|
2622
2621
|
pulumi.set(__self__, "target", target)
|
|
2623
2622
|
|
|
2624
|
-
@property
|
|
2623
|
+
@_builtins.property
|
|
2625
2624
|
@pulumi.getter
|
|
2626
2625
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2627
2626
|
"""
|
|
@@ -2629,7 +2628,7 @@ class PodsMetricSource(dict):
|
|
|
2629
2628
|
"""
|
|
2630
2629
|
return pulumi.get(self, "metric")
|
|
2631
2630
|
|
|
2632
|
-
@property
|
|
2631
|
+
@_builtins.property
|
|
2633
2632
|
@pulumi.getter
|
|
2634
2633
|
def target(self) -> 'outputs.MetricTarget':
|
|
2635
2634
|
"""
|
|
@@ -2656,7 +2655,7 @@ class PodsMetricSourcePatch(dict):
|
|
|
2656
2655
|
if target is not None:
|
|
2657
2656
|
pulumi.set(__self__, "target", target)
|
|
2658
2657
|
|
|
2659
|
-
@property
|
|
2658
|
+
@_builtins.property
|
|
2660
2659
|
@pulumi.getter
|
|
2661
2660
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2662
2661
|
"""
|
|
@@ -2664,7 +2663,7 @@ class PodsMetricSourcePatch(dict):
|
|
|
2664
2663
|
"""
|
|
2665
2664
|
return pulumi.get(self, "metric")
|
|
2666
2665
|
|
|
2667
|
-
@property
|
|
2666
|
+
@_builtins.property
|
|
2668
2667
|
@pulumi.getter
|
|
2669
2668
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
2670
2669
|
"""
|
|
@@ -2689,7 +2688,7 @@ class PodsMetricStatus(dict):
|
|
|
2689
2688
|
pulumi.set(__self__, "current", current)
|
|
2690
2689
|
pulumi.set(__self__, "metric", metric)
|
|
2691
2690
|
|
|
2692
|
-
@property
|
|
2691
|
+
@_builtins.property
|
|
2693
2692
|
@pulumi.getter
|
|
2694
2693
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
2695
2694
|
"""
|
|
@@ -2697,7 +2696,7 @@ class PodsMetricStatus(dict):
|
|
|
2697
2696
|
"""
|
|
2698
2697
|
return pulumi.get(self, "current")
|
|
2699
2698
|
|
|
2700
|
-
@property
|
|
2699
|
+
@_builtins.property
|
|
2701
2700
|
@pulumi.getter
|
|
2702
2701
|
def metric(self) -> 'outputs.MetricIdentifier':
|
|
2703
2702
|
"""
|
|
@@ -2724,7 +2723,7 @@ class PodsMetricStatusPatch(dict):
|
|
|
2724
2723
|
if metric is not None:
|
|
2725
2724
|
pulumi.set(__self__, "metric", metric)
|
|
2726
2725
|
|
|
2727
|
-
@property
|
|
2726
|
+
@_builtins.property
|
|
2728
2727
|
@pulumi.getter
|
|
2729
2728
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
2730
2729
|
"""
|
|
@@ -2732,7 +2731,7 @@ class PodsMetricStatusPatch(dict):
|
|
|
2732
2731
|
"""
|
|
2733
2732
|
return pulumi.get(self, "current")
|
|
2734
2733
|
|
|
2735
|
-
@property
|
|
2734
|
+
@_builtins.property
|
|
2736
2735
|
@pulumi.getter
|
|
2737
2736
|
def metric(self) -> Optional['outputs.MetricIdentifierPatch']:
|
|
2738
2737
|
"""
|
|
@@ -2747,25 +2746,25 @@ class ResourceMetricSource(dict):
|
|
|
2747
2746
|
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.
|
|
2748
2747
|
"""
|
|
2749
2748
|
def __init__(__self__, *,
|
|
2750
|
-
name:
|
|
2749
|
+
name: _builtins.str,
|
|
2751
2750
|
target: 'outputs.MetricTarget'):
|
|
2752
2751
|
"""
|
|
2753
2752
|
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.
|
|
2754
|
-
:param
|
|
2753
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
2755
2754
|
:param 'MetricTargetArgs' target: target specifies the target value for the given metric
|
|
2756
2755
|
"""
|
|
2757
2756
|
pulumi.set(__self__, "name", name)
|
|
2758
2757
|
pulumi.set(__self__, "target", target)
|
|
2759
2758
|
|
|
2760
|
-
@property
|
|
2759
|
+
@_builtins.property
|
|
2761
2760
|
@pulumi.getter
|
|
2762
|
-
def name(self) ->
|
|
2761
|
+
def name(self) -> _builtins.str:
|
|
2763
2762
|
"""
|
|
2764
2763
|
name is the name of the resource in question.
|
|
2765
2764
|
"""
|
|
2766
2765
|
return pulumi.get(self, "name")
|
|
2767
2766
|
|
|
2768
|
-
@property
|
|
2767
|
+
@_builtins.property
|
|
2769
2768
|
@pulumi.getter
|
|
2770
2769
|
def target(self) -> 'outputs.MetricTarget':
|
|
2771
2770
|
"""
|
|
@@ -2780,11 +2779,11 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2780
2779
|
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.
|
|
2781
2780
|
"""
|
|
2782
2781
|
def __init__(__self__, *,
|
|
2783
|
-
name: Optional[
|
|
2782
|
+
name: Optional[_builtins.str] = None,
|
|
2784
2783
|
target: Optional['outputs.MetricTargetPatch'] = None):
|
|
2785
2784
|
"""
|
|
2786
2785
|
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.
|
|
2787
|
-
:param
|
|
2786
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
2788
2787
|
:param 'MetricTargetPatchArgs' target: target specifies the target value for the given metric
|
|
2789
2788
|
"""
|
|
2790
2789
|
if name is not None:
|
|
@@ -2792,15 +2791,15 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2792
2791
|
if target is not None:
|
|
2793
2792
|
pulumi.set(__self__, "target", target)
|
|
2794
2793
|
|
|
2795
|
-
@property
|
|
2794
|
+
@_builtins.property
|
|
2796
2795
|
@pulumi.getter
|
|
2797
|
-
def name(self) -> Optional[
|
|
2796
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2798
2797
|
"""
|
|
2799
2798
|
name is the name of the resource in question.
|
|
2800
2799
|
"""
|
|
2801
2800
|
return pulumi.get(self, "name")
|
|
2802
2801
|
|
|
2803
|
-
@property
|
|
2802
|
+
@_builtins.property
|
|
2804
2803
|
@pulumi.getter
|
|
2805
2804
|
def target(self) -> Optional['outputs.MetricTargetPatch']:
|
|
2806
2805
|
"""
|
|
@@ -2816,16 +2815,16 @@ class ResourceMetricStatus(dict):
|
|
|
2816
2815
|
"""
|
|
2817
2816
|
def __init__(__self__, *,
|
|
2818
2817
|
current: 'outputs.MetricValueStatus',
|
|
2819
|
-
name:
|
|
2818
|
+
name: _builtins.str):
|
|
2820
2819
|
"""
|
|
2821
2820
|
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.
|
|
2822
2821
|
:param 'MetricValueStatusArgs' current: current contains the current value for the given metric
|
|
2823
|
-
:param
|
|
2822
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
2824
2823
|
"""
|
|
2825
2824
|
pulumi.set(__self__, "current", current)
|
|
2826
2825
|
pulumi.set(__self__, "name", name)
|
|
2827
2826
|
|
|
2828
|
-
@property
|
|
2827
|
+
@_builtins.property
|
|
2829
2828
|
@pulumi.getter
|
|
2830
2829
|
def current(self) -> 'outputs.MetricValueStatus':
|
|
2831
2830
|
"""
|
|
@@ -2833,9 +2832,9 @@ class ResourceMetricStatus(dict):
|
|
|
2833
2832
|
"""
|
|
2834
2833
|
return pulumi.get(self, "current")
|
|
2835
2834
|
|
|
2836
|
-
@property
|
|
2835
|
+
@_builtins.property
|
|
2837
2836
|
@pulumi.getter
|
|
2838
|
-
def name(self) ->
|
|
2837
|
+
def name(self) -> _builtins.str:
|
|
2839
2838
|
"""
|
|
2840
2839
|
name is the name of the resource in question.
|
|
2841
2840
|
"""
|
|
@@ -2849,18 +2848,18 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2849
2848
|
"""
|
|
2850
2849
|
def __init__(__self__, *,
|
|
2851
2850
|
current: Optional['outputs.MetricValueStatusPatch'] = None,
|
|
2852
|
-
name: Optional[
|
|
2851
|
+
name: Optional[_builtins.str] = None):
|
|
2853
2852
|
"""
|
|
2854
2853
|
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.
|
|
2855
2854
|
:param 'MetricValueStatusPatchArgs' current: current contains the current value for the given metric
|
|
2856
|
-
:param
|
|
2855
|
+
:param _builtins.str name: name is the name of the resource in question.
|
|
2857
2856
|
"""
|
|
2858
2857
|
if current is not None:
|
|
2859
2858
|
pulumi.set(__self__, "current", current)
|
|
2860
2859
|
if name is not None:
|
|
2861
2860
|
pulumi.set(__self__, "name", name)
|
|
2862
2861
|
|
|
2863
|
-
@property
|
|
2862
|
+
@_builtins.property
|
|
2864
2863
|
@pulumi.getter
|
|
2865
2864
|
def current(self) -> Optional['outputs.MetricValueStatusPatch']:
|
|
2866
2865
|
"""
|
|
@@ -2868,9 +2867,9 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2868
2867
|
"""
|
|
2869
2868
|
return pulumi.get(self, "current")
|
|
2870
2869
|
|
|
2871
|
-
@property
|
|
2870
|
+
@_builtins.property
|
|
2872
2871
|
@pulumi.getter
|
|
2873
|
-
def name(self) -> Optional[
|
|
2872
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2874
2873
|
"""
|
|
2875
2874
|
name is the name of the resource in question.
|
|
2876
2875
|
"""
|