currentNodeCount property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? currentNodeCount
getter/setter pair

The number of nodes currently in the cluster.

Deprecated. Call Kubernetes API directly to retrieve node information.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? currentNodeCount;