mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Create a backgroud task to register static list of machines.
This commit is contained in:
@@ -79,3 +79,8 @@ func (s StringSet) List() []string {
|
||||
sort.StringSlice(res).Sort()
|
||||
return res
|
||||
}
|
||||
|
||||
// Len returns the size of the set.
|
||||
func (s StringSet) Len() int {
|
||||
return len(s)
|
||||
}
|
||||
|
Reference in New Issue
Block a user