mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Add a minion registry that is backed by a cloud provider.
This commit is contained in:
@@ -38,4 +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
|
||||
List(filter string) ([]string, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user