mirror of
https://github.com/rancher/types.git
synced 2025-08-31 12:48:45 +00:00
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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user