Revert "Revert "Modify nodes to register directly with the master.""
This reverts commit c53786ab31
.
This commit is contained in:
@@ -17,6 +17,7 @@ limitations under the License.
|
||||
package cloudprovider
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
@@ -86,6 +87,8 @@ type Instances interface {
|
||||
Release(name string) error
|
||||
}
|
||||
|
||||
var InstanceNotFound = errors.New("instance not found")
|
||||
|
||||
// Zone represents the location of a particular machine.
|
||||
type Zone struct {
|
||||
FailureDomain string
|
||||
|
Reference in New Issue
Block a user