api: run hack/update-api-spec.sh

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
Madhav Jivrajani 2023-11-22 16:24:34 +05:30
parent bacac25479
commit 51daa8cbd5
6 changed files with 0 additions and 7110 deletions

View File

@ -1769,82 +1769,6 @@
}
],
"version": "v1beta3"
},
{
"freshness": "Current",
"resources": [
{
"resource": "flowschemas",
"responseKind": {
"group": "",
"kind": "FlowSchema",
"version": ""
},
"scope": "Cluster",
"singularResource": "flowschema",
"subresources": [
{
"responseKind": {
"group": "",
"kind": "FlowSchema",
"version": ""
},
"subresource": "status",
"verbs": [
"get",
"patch",
"update"
]
}
],
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"resource": "prioritylevelconfigurations",
"responseKind": {
"group": "",
"kind": "PriorityLevelConfiguration",
"version": ""
},
"scope": "Cluster",
"singularResource": "prioritylevelconfiguration",
"subresources": [
{
"responseKind": {
"group": "",
"kind": "PriorityLevelConfiguration",
"version": ""
},
"subresource": "status",
"verbs": [
"get",
"patch",
"update"
]
}
],
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
}
],
"version": "v1beta2"
}
]
},

View File

@ -281,10 +281,6 @@
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
"version": "v1beta3"
},
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
"version": "v1beta2"
}
]
},

View File

@ -14,10 +14,6 @@
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
"version": "v1beta3"
},
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
"version": "v1beta2"
}
]
}

View File

@ -1,63 +0,0 @@
{
"apiVersion": "v1",
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
"kind": "APIResourceList",
"resources": [
{
"kind": "FlowSchema",
"name": "flowschemas",
"namespaced": false,
"singularName": "flowschema",
"storageVersionHash": "9NnFrw7ZEmA=",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"kind": "FlowSchema",
"name": "flowschemas/status",
"namespaced": false,
"singularName": "",
"verbs": [
"get",
"patch",
"update"
]
},
{
"kind": "PriorityLevelConfiguration",
"name": "prioritylevelconfigurations",
"namespaced": false,
"singularName": "prioritylevelconfiguration",
"storageVersionHash": "+CwSrEWTDhc=",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"kind": "PriorityLevelConfiguration",
"name": "prioritylevelconfigurations/status",
"namespaced": false,
"singularName": "",
"verbs": [
"get",
"patch",
"update"
]
}
]
}

File diff suppressed because it is too large Load Diff