mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Revert "Modify nodes to register directly with the master."
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user