mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
update openapi-spec
This commit is contained in:
parent
3135cea2cc
commit
63f4827fca
1 changed files with 4 additions and 0 deletions
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
|
|
@ -17546,6 +17546,10 @@
|
|||
"io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": {
|
||||
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
|
||||
"properties": {
|
||||
"resourceVersion": {
|
||||
"description": "Specifies the target ResourceVersion",
|
||||
"type": "string"
|
||||
},
|
||||
"uid": {
|
||||
"description": "Specifies the target UID.",
|
||||
"type": "string"
|
||||
|
|
|
|||
Loading…
Reference in a new issue