generated files

Change-Id: I5a43a4e1a601b85d21b551fcfc9fdbd16a095d06
This commit is contained in:
Jordan Liggitt
2019-02-24 15:18:44 -05:00
parent 0797d81222
commit 1d4655c8ef
9 changed files with 143 additions and 60 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"