Add complete operation list of admission controller

This commit is contained in:
Zhi Feng
2020-05-02 12:57:19 -07:00
parent 06a1b7b491
commit 9ff16419bc
7 changed files with 12 additions and 12 deletions

View File

@@ -150,7 +150,7 @@
"type": "array"
},
"operations": {
"description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.",
"description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.",
"items": {
"type": "string"
},
@@ -492,7 +492,7 @@
"type": "array"
},
"operations": {
"description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.",
"description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.",
"items": {
"type": "string"
},