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 {
111
111
}
112
112
resourceMap [corev1 .ResourceMemory ] = memory
113
113
return vkModel.NodeStatusData {
114
- Resources : resourceMap ,
115
- CustomLabels : map [string ]string {},
114
+ Resources : resourceMap ,
116
115
}
117
116
}
118
117
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/go-resty/resty/v2 v2.11.0
11
11
github.com/google/uuid v1.6.0
12
12
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
14
14
github.com/onsi/ginkgo/v2 v2.19.0
15
15
github.com/onsi/gomega v1.33.1
16
16
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
94
94
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
95
95
github.com/koupleless/arkctl v0.2.3 h1:gjKvxvh2WT9dOGrFCWFFIAvnwN7uy1UtI7DA+npnJuY =
96
96
github.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 =
99
99
github.com/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
100
100
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
101
101
github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
You can’t perform that action at this time.
0 commit comments