Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetGRPCClient() *grpc.ClientConn
Probe() error
GetDriverName() (string, error)
HasControllerService() (bool, error)
}
Client is an interface that describes the methods which can be called on the client connection. This is mostly useful for (unit) testing where a client can not connect to a Kubernetes cluster.
Click to show internal directories.
Click to hide internal directories.