mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 10:19:35 +00:00
56 lines
1.0 KiB
JSON
56 lines
1.0 KiB
JSON
{
|
|
"apiVersion": "v1",
|
|
"groupVersion": "networking.k8s.io/v1beta1",
|
|
"kind": "APIResourceList",
|
|
"resources": [
|
|
{
|
|
"kind": "IPAddress",
|
|
"name": "ipaddresses",
|
|
"namespaced": false,
|
|
"shortNames": [
|
|
"ip"
|
|
],
|
|
"singularName": "ipaddress",
|
|
"storageVersionHash": "3f/plJFChNE=",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|