scope property

String? scope
final

scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".

Implementation

final String? scope;