Skip to content

Commit ba77e04

Browse files
authored
feat(k8s): add nodelabels for kosmos nodes (#1943)
1 parent f8c3506 commit ba77e04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,8 @@ type ExternalNode struct {
13271327
RuncVersion string `json:"runc_version"`
13281328

13291329
CniPluginsVersion string `json:"cni_plugins_version"`
1330+
1331+
NodeLabels map[string]string `json:"node_labels"`
13301332
}
13311333

13321334
// GetClusterKubeConfigRequest: get cluster kube config request.

0 commit comments

Comments
 (0)