mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Make nodecontroller configure nodes' pod IP ranges
This commit is contained in:
committed by
CJ Cullen
parent
db6586bdab
commit
290c7b94ef
@@ -80,6 +80,10 @@ type Instances interface {
|
||||
List(filter string) ([]string, error)
|
||||
// GetNodeResources gets the resources for a particular node
|
||||
GetNodeResources(name string) (*api.NodeResources, error)
|
||||
// Configure the specified instance using the spec
|
||||
Configure(name string, spec *api.NodeSpec) error
|
||||
// Delete all the configuration related to the instance, including other cloud resources
|
||||
Release(name string) error
|
||||
}
|
||||
|
||||
// Zone represents the location of a particular machine.
|
||||
|
Reference in New Issue
Block a user