mirror of
https://github.com/rancher/types.git
synced 2025-09-17 23:38:20 +00:00
Merge pull request #319 from aiwantaozi/node_driver
add installed node driver status
This commit is contained in:
@@ -200,6 +200,7 @@ type NodeDriverStatus struct {
|
||||
|
||||
var (
|
||||
NodeDriverConditionDownloaded condition.Cond = "Downloaded"
|
||||
NodeDriverConditionInstalled condition.Cond = "Installed"
|
||||
NodeDriverConditionActive condition.Cond = "Active"
|
||||
NodeDriverConditionInactive condition.Cond = "Inactive"
|
||||
)
|
||||
|
@@ -40,6 +40,7 @@ var transitioningMap = map[string]string{
|
||||
"Downloaded": "downloading",
|
||||
"Inactive": "deactivating",
|
||||
"Initialized": "initializing",
|
||||
"Installed": "installing",
|
||||
"NodesCreated": "provisioning",
|
||||
"Pending": "pending",
|
||||
"PodScheduled": "scheduling",
|
||||
|
Reference in New Issue
Block a user