4.2. API endpoints
The following API endpoints are available:
/apis/autoscaling/v2/horizontalpodautoscalers-
GET: list or watch objects of kind HorizontalPodAutoscaler
-
/apis/autoscaling/v2/watch/horizontalpodautoscalers-
GET: watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers-
DELETE: delete collection of HorizontalPodAutoscaler -
GET: list or watch objects of kind HorizontalPodAutoscaler -
POST: create a HorizontalPodAutoscaler
-
/apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers-
GET: watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}-
DELETE: delete a HorizontalPodAutoscaler -
GET: read the specified HorizontalPodAutoscaler -
PATCH: partially update the specified HorizontalPodAutoscaler -
PUT: replace the specified HorizontalPodAutoscaler
-
/apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}-
GET: watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
-
/apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status-
GET: read status of the specified HorizontalPodAutoscaler -
PATCH: partially update status of the specified HorizontalPodAutoscaler -
PUT: replace status of the specified HorizontalPodAutoscaler
-
4.2.1. /apis/autoscaling/v2/horizontalpodautoscalers 링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list or watch objects of kind HorizontalPodAutoscaler
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |