mirror of
https://github.com/rancher/types.git
synced 2025-06-30 23:41:47 +00:00
Merge pull request #11 from alena1108/nov131
Rename for ClusterConditionNoDiskPressure/NoMemoryPressure
This commit is contained in:
commit
f1eaa48434
@ -14,12 +14,10 @@ const (
|
||||
ClusterConditionProvisioned = "Provisioned"
|
||||
// ClusterConditionUpdating Cluster is being updating (upgrading, scaling up)
|
||||
ClusterConditionUpdating = "Updating"
|
||||
// ClusterConditionSufficientDisk true when all cluster nodes have sufficient disk
|
||||
ClusterConditionSufficientDisk = "SufficientDisk"
|
||||
// ClusterConditionSufficientMemory true when all cluster nodes have sufficient memory
|
||||
ClusterConditionSufficientMemory = "SufficientMemory"
|
||||
// ClusterConditionNoDiskPressure true when all cluster nodes have no disk pressure
|
||||
// ClusterConditionNoDiskPressure true when all cluster nodes have sufficient disk
|
||||
ClusterConditionNoDiskPressure = "NoDiskPressure"
|
||||
// ClusterConditionNoMemoryPressure true when all cluster nodes have sufficient memory
|
||||
ClusterConditionNoMemoryPressure = "NoMemoryPressure"
|
||||
// More conditions can be added if unredlying controllers request it
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user