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

     1  {
     2    "apiVersion": "v1",
     3    "groupVersion": "batch/v1",
     4    "kind": "APIResourceList",
     5    "resources": [
     6      {
     7        "categories": [
     8          "all"
     9        ],
    10        "kind": "CronJob",
    11        "name": "cronjobs",
    12        "namespaced": true,
    13        "shortNames": [
    14          "cj"
    15        ],
    16        "singularName": "cronjob",
    17        "storageVersionHash": "sd5LIXh4Fjs=",
    18        "verbs": [
    19          "create",
    20          "delete",
    21          "deletecollection",
    22          "get",
    23          "list",
    24          "patch",
    25          "update",
    26          "watch"
    27        ]
    28      },
    29      {
    30        "kind": "CronJob",
    31        "name": "cronjobs/status",
    32        "namespaced": true,
    33        "singularName": "",
    34        "verbs": [
    35          "get",
    36          "patch",
    37          "update"
    38        ]
    39      },
    40      {
    41        "categories": [
    42          "all"
    43        ],
    44        "kind": "Job",
    45        "name": "jobs",
    46        "namespaced": true,
    47        "singularName": "job",
    48        "storageVersionHash": "mudhfqk/qZY=",
    49        "verbs": [
    50          "create",
    51          "delete",
    52          "deletecollection",
    53          "get",
    54          "list",
    55          "patch",
    56          "update",
    57          "watch"
    58        ]
    59      },
    60      {
    61        "kind": "Job",
    62        "name": "jobs/status",
    63        "namespaced": true,
    64        "singularName": "",
    65        "verbs": [
    66          "get",
    67          "patch",
    68          "update"
    69        ]
    70      }
    71    ]
    72  }