mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
123 lines
2.3 KiB
JSON
123 lines
2.3 KiB
JSON
{
|
|
"apiVersion": "v1",
|
|
"groupVersion": "networking.k8s.io/v1",
|
|
"kind": "APIResourceList",
|
|
"resources": [
|
|
{
|
|
"kind": "IngressClass",
|
|
"name": "ingressclasses",
|
|
"namespaced": false,
|
|
"singularName": "ingressclass",
|
|
"storageVersionHash": "l/iqIbDgFyQ=",
|
|
"verbs": [
|
|
"create",
|
|
"delete",
|
|
"deletecollection",
|
|
"get",
|
|
"list",
|
|
"patch",
|
|
"update",
|
|
"watch"
|
|
]
|
|
},
|
|
{
|
|
"kind": "Ingress",
|
|
"name": "ingresses",
|
|
"namespaced": true,
|
|
"shortNames": [
|
|
"ing"
|
|
],
|
|
"singularName": "ingress",
|
|
"storageVersionHash": "39NQlfNR+bo=",
|
|
"verbs": [
|
|
"create",
|
|
"delete",
|
|
"deletecollection",
|
|
"get",
|
|
"list",
|
|
"patch",
|
|
"update",
|
|
"watch"
|
|
]
|
|
},
|
|
{
|
|
"kind": "Ingress",
|
|
"name": "ingresses/status",
|
|
"namespaced": true,
|
|
"singularName": "",
|
|
"verbs": [
|
|
"get",
|
|
"patch",
|
|
"update"
|
|
]
|
|
},
|
|
{
|
|
"kind": "IPAddress",
|
|
"name": "ipaddresses",
|
|
"namespaced": false,
|
|
"shortNames": [
|
|
"ip"
|
|
],
|
|
"singularName": "ipaddress",
|
|
"storageVersionHash": "3f/plJFChNE=",
|
|
"verbs": [
|
|
"create",
|
|
"delete",
|
|
"deletecollection",
|
|
"get",
|
|
"list",
|
|
"patch",
|
|
"update",
|
|
"watch"
|
|
]
|
|
},
|
|
{
|
|
"kind": "NetworkPolicy",
|
|
"name": "networkpolicies",
|
|
"namespaced": true,
|
|
"shortNames": [
|
|
"netpol"
|
|
],
|
|
"singularName": "networkpolicy",
|
|
"storageVersionHash": "YpfwF18m1G8=",
|
|
"verbs": [
|
|
"create",
|
|
"delete",
|
|
"deletecollection",
|
|
"get",
|
|
"list",
|
|
"patch",
|
|
"update",
|
|
"watch"
|
|
]
|
|
},
|
|
{
|
|
"kind": "ServiceCIDR",
|
|
"name": "servicecidrs",
|
|
"namespaced": false,
|
|
"singularName": "servicecidr",
|
|
"storageVersionHash": "gNLvruQhW2g=",
|
|
"verbs": [
|
|
"create",
|
|
"delete",
|
|
"deletecollection",
|
|
"get",
|
|
"list",
|
|
"patch",
|
|
"update",
|
|
"watch"
|
|
]
|
|
},
|
|
{
|
|
"kind": "ServiceCIDR",
|
|
"name": "servicecidrs/status",
|
|
"namespaced": false,
|
|
"singularName": "",
|
|
"verbs": [
|
|
"get",
|
|
"patch",
|
|
"update"
|
|
]
|
|
}
|
|
]
|
|
}
|