Get cluster namespace HAPs list
Get the list of HPA in the specified cluster and namespace.
Path parameters
clusterIdstringRequired
namespaceNamestringRequired
Responses
200
OK
*/*
creationTimestampstringOptionalExample:
2023-06-14 09:39:07deploymentstringOptionalExample:
deployment information
{"apiVersion":"autoscaling/v2","kind":"HorizontalPodAutoscaler"...deploymentYamlstringOptionalExample:
deployment information(YAML)
apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata...maxReplicasintegerOptionalExample:
Maximum replicas count
3minReplicasintegerOptionalExample:
Minimum replicas count
2namestringOptionalExample:
HPA name
api-server-hpanamespacestringOptionalExample:
namespace name
cocktail-systemstartTimestringOptionalExample:
2023-06-28 05:47:26get
/v1/clusters/{clusterId}/namespaces/{namespaceName}/hpas200
OK