k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/api/discovery/apis__networking.k8s.io__v1alpha1.json (about) 1 { 2 "apiVersion": "v1", 3 "groupVersion": "networking.k8s.io/v1alpha1", 4 "kind": "APIResourceList", 5 "resources": [ 6 { 7 "kind": "IPAddress", 8 "name": "ipaddresses", 9 "namespaced": false, 10 "shortNames": [ 11 "ip" 12 ], 13 "singularName": "ipaddress", 14 "storageVersionHash": "3APLM23DOxw=", 15 "verbs": [ 16 "create", 17 "delete", 18 "deletecollection", 19 "get", 20 "list", 21 "patch", 22 "update", 23 "watch" 24 ] 25 }, 26 { 27 "kind": "ServiceCIDR", 28 "name": "servicecidrs", 29 "namespaced": false, 30 "singularName": "servicecidr", 31 "storageVersionHash": "3cDF5hqTkLY=", 32 "verbs": [ 33 "create", 34 "delete", 35 "deletecollection", 36 "get", 37 "list", 38 "patch", 39 "update", 40 "watch" 41 ] 42 }, 43 { 44 "kind": "ServiceCIDR", 45 "name": "servicecidrs/status", 46 "namespaced": false, 47 "singularName": "", 48 "verbs": [ 49 "get", 50 "patch", 51 "update" 52 ] 53 } 54 ] 55 }