1
0
mirror of https://github.com/rancher/types.git synced 2025-07-07 02:28:37 +00:00

add AgentImageOverride

This commit is contained in:
Luther Monson 2019-12-13 17:01:42 -07:00
parent bfc3105d2b
commit ab325742ef

View File

@ -128,6 +128,7 @@ type ClusterStatus struct {
// https://kubernetes.io/docs/api-reference/v1.8/#componentstatus-v1-core
Driver string `json:"driver"`
AgentImage string `json:"agentImage"`
AgentImageOverride string `json:"agentImageOverride"`
AuthImage string `json:"authImage"`
ComponentStatuses []ClusterComponentStatus `json:"componentStatuses,omitempty"`
APIEndpoint string `json:"apiEndpoint,omitempty"`