Merge pull request #90693 from ZhiFeng1993/ZF--add-complete-list-of-admission-controller

Add complete operation list of admission controller
This commit is contained in:
Kubernetes Prow Robot
2020-05-08 18:27:52 -07:00
committed by GitHub
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"
},