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

     1  {
     2    "apiVersion": "v1",
     3    "groupVersion": "storage.k8s.io/v1",
     4    "kind": "APIResourceList",
     5    "resources": [
     6      {
     7        "kind": "CSIDriver",
     8        "name": "csidrivers",
     9        "namespaced": false,
    10        "singularName": "csidriver",
    11        "storageVersionHash": "hL6j/rwBV5w=",
    12        "verbs": [
    13          "create",
    14          "delete",
    15          "deletecollection",
    16          "get",
    17          "list",
    18          "patch",
    19          "update",
    20          "watch"
    21        ]
    22      },
    23      {
    24        "kind": "CSINode",
    25        "name": "csinodes",
    26        "namespaced": false,
    27        "singularName": "csinode",
    28        "storageVersionHash": "Pe62DkZtjuo=",
    29        "verbs": [
    30          "create",
    31          "delete",
    32          "deletecollection",
    33          "get",
    34          "list",
    35          "patch",
    36          "update",
    37          "watch"
    38        ]
    39      },
    40      {
    41        "kind": "CSIStorageCapacity",
    42        "name": "csistoragecapacities",
    43        "namespaced": true,
    44        "singularName": "csistoragecapacity",
    45        "storageVersionHash": "xeVl+2Ly1kE=",
    46        "verbs": [
    47          "create",
    48          "delete",
    49          "deletecollection",
    50          "get",
    51          "list",
    52          "patch",
    53          "update",
    54          "watch"
    55        ]
    56      },
    57      {
    58        "kind": "StorageClass",
    59        "name": "storageclasses",
    60        "namespaced": false,
    61        "shortNames": [
    62          "sc"
    63        ],
    64        "singularName": "storageclass",
    65        "storageVersionHash": "K+m6uJwbjGY=",
    66        "verbs": [
    67          "create",
    68          "delete",
    69          "deletecollection",
    70          "get",
    71          "list",
    72          "patch",
    73          "update",
    74          "watch"
    75        ]
    76      },
    77      {
    78        "kind": "VolumeAttachment",
    79        "name": "volumeattachments",
    80        "namespaced": false,
    81        "singularName": "volumeattachment",
    82        "storageVersionHash": "tJx/ezt6UDU=",
    83        "verbs": [
    84          "create",
    85          "delete",
    86          "deletecollection",
    87          "get",
    88          "list",
    89          "patch",
    90          "update",
    91          "watch"
    92        ]
    93      },
    94      {
    95        "kind": "VolumeAttachment",
    96        "name": "volumeattachments/status",
    97        "namespaced": false,
    98        "singularName": "",
    99        "verbs": [
   100          "get",
   101          "patch",
   102          "update"
   103        ]
   104      }
   105    ]
   106  }