Skip to content

Commit 0ffbb6f

Browse files
committed
save todo
1 parent 2d34139 commit 0ffbb6f

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

TODO.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Unused
2+
3+
func (c *clusterClient) AddEventListener(cluster.ClusterListener) error {
4+
return nil
5+
}
6+
7+
func (c *clusterClient) UpdateData(nodeData map[string]interface{}) error {
8+
return nil
9+
}
10+
11+
func (c *clusterClient) UpdateLabels(nodeLabels map[string]string) error {
12+
return nil
13+
}
14+
15+
func (c *clusterClient) GetData() (map[string]*api.Node, error) {
16+
return nil, nil
17+
}
18+
func (c *clusterClient) NodeRemoveDone(nodeID string, result error) {
19+
}
20+
21+
func (c *clusterClient) Shutdown() error {
22+
return nil
23+
}
24+
25+
func (c *clusterClient) Start(int, bool, string) error {
26+
return nil
27+
}

0 commit comments

Comments
 (0)