mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Merge pull request #122000 from MadhavJivrajani/fix-verify-openapi
api: run hack/update-api-spec.sh
This commit is contained in:
commit
c876b30c2b
@ -1769,82 +1769,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "v1beta3"
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -281,10 +281,6 @@
|
|||||||
{
|
{
|
||||||
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
|
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
|
||||||
"version": "v1beta3"
|
"version": "v1beta3"
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
|
|
||||||
"version": "v1beta2"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
{
|
{
|
||||||
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
|
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
|
||||||
"version": "v1beta3"
|
"version": "v1beta3"
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
|
|
||||||
"version": "v1beta2"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
2257
api/openapi-spec/swagger.json
generated
2257
api/openapi-spec/swagger.json
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user