k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/api/discovery/apis__autoscaling__v2.json (about)

     1  {
     2    "apiVersion": "v1",
     3    "groupVersion": "autoscaling/v2",
     4    "kind": "APIResourceList",
     5    "resources": [
     6      {
     7        "categories": [
     8          "all"
     9        ],
    10        "kind": "HorizontalPodAutoscaler",
    11        "name": "horizontalpodautoscalers",
    12        "namespaced": true,
    13        "shortNames": [
    14          "hpa"
    15        ],
    16        "singularName": "horizontalpodautoscaler",
    17        "storageVersionHash": "qwQve8ut294=",
    18        "verbs": [
    19          "create",
    20          "delete",
    21          "deletecollection",
    22          "get",
    23          "list",
    24          "patch",
    25          "update",
    26          "watch"
    27        ]
    28      },
    29      {
    30        "kind": "HorizontalPodAutoscaler",
    31        "name": "horizontalpodautoscalers/status",
    32        "namespaced": true,
    33        "singularName": "",
    34        "verbs": [
    35          "get",
    36          "patch",
    37          "update"
    38        ]
    39      }
    40    ]
    41  }