We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d34139 commit 0ffbb6fCopy full SHA for 0ffbb6f
1 file changed
TODO.txt
@@ -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
9
10
11
+func (c *clusterClient) UpdateLabels(nodeLabels map[string]string) error {
12
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
23
24
25
+func (c *clusterClient) Start(int, bool, string) error {
26
27
0 commit comments