1
0
mirror of https://github.com/rancher/types.git synced 2025-09-02 13:45:51 +00:00

add AgentImageOverride

This commit is contained in:
Luther Monson
2019-12-16 17:01:12 -07:00
parent 5205a7f065
commit 30c90f744e

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"`