clusterScoped property

  1. @TagNumber(2)
bool get clusterScoped

Whether the resource provided in the manifest is cluster_scoped. If unset, the manifest is assumed to be namespace scoped.

This field is used for REST mapping when applying the resource in a cluster.

Implementation

@$pb.TagNumber(2)
$core.bool get clusterScoped => $_getBF(1);
  1. @TagNumber(2)
set clusterScoped (bool v)

Implementation

@$pb.TagNumber(2)
set clusterScoped($core.bool v) { $_setBool(1, v); }