mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Activate gce minion list.
This commit is contained in:
@@ -38,6 +38,6 @@ type TCPLoadBalancer interface {
|
||||
|
||||
type Instances interface {
|
||||
IPAddress(name string) (net.IP, error)
|
||||
// Lists instances that match 'filter' which is a regular expression which must match the entire instance name
|
||||
// Lists instances that match 'filter' which is a regular expression which must match the entire instance name (fqdn)
|
||||
List(filter string) ([]string, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user