clusterConditions property

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

Which conditions caused the current cluster state.

Deprecated. Use field error instead.

Implementation

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