nodeCount property
Output only. Node count as reported by Kubernetes nodes resources.
Implementation
@$pb.TagNumber(3)
$core.int get nodeCount => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set nodeCount($core.int v) { $_setSignedInt32(2, v); }