Merge pull request #74477 from liggitt/webhook-admission-scope

Webhook admission scope
This commit is contained in:
Kubernetes Prow Robot
2019-03-05 21:42:11 -08:00
committed by GitHub
16 changed files with 353 additions and 61 deletions

View File

@@ -99,6 +99,10 @@
"type": "string"
},
"type": "array"
},
"scope": {
"description": "scope specifies the scope of this rule. Valid values are \"Cluster\", \"Namespaced\", and \"*\" \"Cluster\" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. \"Namespaced\" means that only namespaced resources will match this rule. \"*\" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is \"*\".",
"type": "string"
}
},
"type": "object"