# Functions
GetConditionByType gets condition by type.
# Constants
ClusterAutoscalerBackoff status means that due to a recently failed scale-up no further scale-ups attempts will be made for some time.
ClusterAutoscalerCandidatesPresent status means that there are candidates for scale down.
ClusterAutoscalerHealth - is a condition that explains what is the current health of ClusterAutoscaler or its node groups.
ClusterAutoscalerHealthy status means that the cluster is in a good shape.
ClusterAutoscalerInProgress status means that scale up is in progress.
ClusterAutoscalerNeeded status means that scale up is needed.
ClusterAutoscalerNoActivity status means that there has been no scale up activity recently.
ClusterAutoscalerNoCandidates status means that there are no candidates for scale down.
ClusterAutoscalerNotNeeded status means that scale up is not needed.
ClusterAutoscalerScaleDown is a condition that explains what is the current status of a node group with regard to scale down activities.
ClusterAutoscalerScaleUp is a condition that explains what is the current status of a node group with regard to scale down activities.
ClusterAutoscalerUnhealthy status means that the cluster is in a bad shape.
# Structs
ClusterAutoscalerCondition describes some aspect of ClusterAutoscaler work.
ClusterAutoscalerStatus contains ClusterAutoscaler status.
NodeGroupStatus contains status of a group of nodes controlled by ClusterAutoscaler.
# Type aliases
ClusterAutoscalerConditionStatus is a status of ClusterAutoscalerCondition.
ClusterAutoscalerConditionType is the type of ClusterAutoscalerCondition.