1
0
mirror of https://github.com/rancher/types.git synced 2025-09-24 19:39:13 +00:00

Add agent features to track status

This commit is contained in:
Darren Shepherd
2020-02-03 11:29:33 -07:00
parent 14c75a5fed
commit b03b7504a8

View File

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