mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Unify Godoc formatting, fix various typos
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
"net"
|
||||
)
|
||||
|
||||
// Interface is an abstract, pluggable interface for cloud providers
|
||||
// Interface is an abstract, pluggable interface for cloud providers.
|
||||
type Interface interface {
|
||||
// TCPLoadBalancer returns a balancer interface. Also returns true if the interface is supported, false otherwise.
|
||||
TCPLoadBalancer() (TCPLoadBalancer, bool)
|
||||
@@ -51,7 +51,7 @@ type Instances interface {
|
||||
List(filter string) ([]string, error)
|
||||
}
|
||||
|
||||
// Zone represents the location of a particular machine
|
||||
// Zone represents the location of a particular machine.
|
||||
type Zone struct {
|
||||
FailureDomain string
|
||||
Region string
|
||||
|
Reference in New Issue
Block a user