Revert "Modify nodes to register directly with the master."

This commit is contained in:
Quinton Hoole
2015-05-20 13:47:51 -07:00
parent c743011e19
commit c53786ab31
12 changed files with 875 additions and 313 deletions

View File

@@ -17,7 +17,6 @@ limitations under the License.
package cloudprovider
import (
"errors"
"net"
"strings"
@@ -87,8 +86,6 @@ 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