nodeCount property

  1. @TagNumber(3)
int get nodeCount

Output only. Node count as reported by Kubernetes nodes resources.

Implementation

@$pb.TagNumber(3)
$core.int get nodeCount => $_getIZ(2);
  1. @TagNumber(3)
set nodeCount (int v)

Implementation

@$pb.TagNumber(3)
set nodeCount($core.int v) { $_setSignedInt32(2, v); }