mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05:00
update open api spec
This commit is contained in:
parent
0b635116f1
commit
bcdc613966
2 changed files with 4 additions and 2 deletions
3
api/openapi-spec/swagger.json
generated
3
api/openapi-spec/swagger.json
generated
|
|
@ -534,7 +534,8 @@
|
|||
}
|
||||
},
|
||||
"required": [
|
||||
"policyName"
|
||||
"policyName",
|
||||
"validationActions"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -668,7 +668,8 @@
|
|||
}
|
||||
},
|
||||
"required": [
|
||||
"policyName"
|
||||
"policyName",
|
||||
"validationActions"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue