mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
25 lines
472 B
JSON
25 lines
472 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"groupVersion": "discovery.k8s.io/v1",
|
|
"kind": "APIResourceList",
|
|
"resources": [
|
|
{
|
|
"kind": "EndpointSlice",
|
|
"name": "endpointslices",
|
|
"namespaced": true,
|
|
"singularName": "endpointslice",
|
|
"storageVersionHash": "Nx3SIv6I0mE=",
|
|
"verbs": [
|
|
"create",
|
|
"delete",
|
|
"deletecollection",
|
|
"get",
|
|
"list",
|
|
"patch",
|
|
"update",
|
|
"watch"
|
|
]
|
|
}
|
|
]
|
|
}
|