nodepoolConditions property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<StatusCondition>? nodepoolConditions
getter/setter pair

Which conditions caused the current node pool state.

Deprecated. Use field error instead.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<StatusCondition>? nodepoolConditions;