mirror of
https://github.com/rancher/types.git
synced 2025-08-01 21:07:41 +00:00
Add fields to nodeDriverStatus
Problem: Nodedrivers don't hold info on what has been applied Solution: Add applied fields
This commit is contained in:
parent
3e7be7adce
commit
3d8b362cfa
@ -3,7 +3,7 @@ package v3
|
||||
import (
|
||||
"github.com/rancher/norman/condition"
|
||||
"github.com/rancher/norman/types"
|
||||
"k8s.io/api/core/v1"
|
||||
v1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
@ -225,7 +225,10 @@ type NodeDriver struct {
|
||||
}
|
||||
|
||||
type NodeDriverStatus struct {
|
||||
Conditions []Condition `json:"conditions"`
|
||||
Conditions []Condition `json:"conditions"`
|
||||
AppliedURL string `json:"appliedURL"`
|
||||
AppliedChecksum string `json:"appliedChecksum"`
|
||||
AppliedDockerMachineVersion string `json:"appliedDockerMachineVersion"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user