Documentation ¶
Index ¶
- Constants
- type Driver
- func (d *Driver) Bootstrap(ctx context.Context, l progress.Logger) error
- func (d *Driver) Client(ctx context.Context, opts ...client.ClientOpt) (*client.Client, error)
- func (d *Driver) Config() driver.InitConfig
- func (d *Driver) Dial(ctx context.Context) (net.Conn, error)
- func (d *Driver) Factory() driver.Factory
- func (d *Driver) Features(_ context.Context) map[driver.Feature]bool
- func (d *Driver) HostGatewayIP(_ context.Context) (net.IP, error)
- func (d *Driver) Info(ctx context.Context) (*driver.Info, error)
- func (d *Driver) IsMobyDriver() bool
- func (d *Driver) Rm(ctx context.Context, force, rmVolume, rmDaemon bool) error
- func (d *Driver) Stop(ctx context.Context, force bool) error
- func (d *Driver) Version(ctx context.Context) (string, error)
Constants ¶
View Source
const ( // valid values for driver-opt loadbalance LoadbalanceRandom = "random" LoadbalanceSticky = "sticky" )
View Source
const (
DriverName = "kubernetes"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { driver.InitConfig // contains filtered or unexported fields }
func (*Driver) Config ¶ added in v0.5.0
func (d *Driver) Config() driver.InitConfig
func (*Driver) HostGatewayIP ¶ added in v0.12.0
func (*Driver) IsMobyDriver ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.