drop CRD spec.scope default value in doc (#84271)

* drop spec.scope default value

* generated
This commit is contained in:
Daniel (Shijun) Qian
2019-10-25 02:56:21 +08:00
committed by Kubernetes Prow Robot
parent b0c0155c19
commit fc4dc23a45
3 changed files with 3 additions and 3 deletions

View File

@@ -17567,7 +17567,7 @@
"type": "boolean"
},
"scope": {
"description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.",
"description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.",
"type": "string"
},
"versions": {