Merge pull request #122000 from MadhavJivrajani/fix-verify-openapi

api: run hack/update-api-spec.sh
This commit is contained in:
Kubernetes Prow Robot 2023-11-22 13:25:42 +01:00 committed by GitHub
commit c876b30c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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