scope property
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are Cluster
and Namespaced
.
Implementation
final String scope;
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are Cluster
and Namespaced
.
final String scope;