File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,7 @@ func ConvertHealthDataToNodeStatus(data ark.HealthData) vkModel.NodeStatusData {
111111 }
112112 resourceMap [corev1 .ResourceMemory ] = memory
113113 return vkModel.NodeStatusData {
114- Resources : resourceMap ,
115- CustomLabels : map [string ]string {},
114+ Resources : resourceMap ,
116115 }
117116}
118117
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/go-resty/resty/v2 v2.11.0
1111 github.com/google/uuid v1.6.0
1212 github.com/koupleless/arkctl v0.2.3
13- github.com/koupleless/virtual-kubelet v0.3.6-0.20241219031131-baadab7cc6ab
13+ github.com/koupleless/virtual-kubelet v0.3.6-0.20241219063827-66baf533a4ab
1414 github.com/onsi/ginkgo/v2 v2.19.0
1515 github.com/onsi/gomega v1.33.1
1616 github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
9494github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
9595github.com/koupleless/arkctl v0.2.3 h1:gjKvxvh2WT9dOGrFCWFFIAvnwN7uy1UtI7DA+npnJuY =
9696github.com/koupleless/arkctl v0.2.3 /go.mod h1:nbnAiPEv7x/ZDQ+QsjFWkqwxMDofGmqnFPHa3XpXHyE =
97- github.com/koupleless/virtual-kubelet v0.3.6-0.20241219031131-baadab7cc6ab h1:DKR3MGxJh/NeKYdBwRhFplZ3WyufU1ZZpce4fVJs95Y =
98- github.com/koupleless/virtual-kubelet v0.3.6-0.20241219031131-baadab7cc6ab /go.mod h1:5fQ0uI9egbYDMxgUE0niS4agDTssIOCjq5wyO0ALNaU =
97+ github.com/koupleless/virtual-kubelet v0.3.6-0.20241219063827-66baf533a4ab h1:EkozcBGAFwB1H03he6jHJXSB2gAXMvv7+IXRC18LwsM =
98+ github.com/koupleless/virtual-kubelet v0.3.6-0.20241219063827-66baf533a4ab /go.mod h1:5fQ0uI9egbYDMxgUE0niS4agDTssIOCjq5wyO0ALNaU =
9999github.com/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
100100github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
101101github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
You can’t perform that action at this time.
0 commit comments