mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 14:51:58 +00:00
drop CRD spec.scope default value in doc (#84271)
* drop spec.scope default value * generated
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b0c0155c19
commit
fc4dc23a45
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user