Documentation ¶
Index ¶
Constants ¶
View Source
const ( // APIVersion gives the API version :) APIVersion = "0.0.1" // RetryAttempts is the number of times to retry a failed connection // attempt. RetryAttempts int = 3 )
Variables ¶
This section is empty.
Functions ¶
func NewVSphereCloudProviderClient ¶ added in v0.2.0
func NewVSphereCloudProviderClient(ctx context.Context) (pb.CloudProviderVsphereClient, error)
NewVSphereCloudProviderClient creates CloudProviderVsphereClient
Types ¶
type GRPCServer ¶
type GRPCServer interface {
Start()
}
GRPCServer describes an object that can start a gRPC server.
func NewServer ¶
func NewServer(binding string, nodeMgr NodeManagerInterface) GRPCServer
NewServer generates a new gRPC Server
Click to show internal directories.
Click to hide internal directories.