Documentation ¶
Index ¶
- Variables
- func New() resource.Driver
- type Addrs
- type T
- func (t T) ActionResourceDeps() []actionresdeps.Dep
- func (t T) Label() string
- func (t T) LinkTo() string
- func (t T) Manifest() *manifest.T
- func (t *T) Provision(ctx context.Context) error
- func (t T) Provisioned() (provisioned.T, error)
- func (t *T) Start(ctx context.Context) error
- func (t *T) Status(ctx context.Context) status.T
- func (t *T) StatusInfo() map[string]interface{}
- func (t *T) Stop(ctx context.Context) error
- func (t *T) Unprovision(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoIPAddrAvail = errors.New("no ip address available") ErrDupIPAlloc = errors.New("duplicate ip allocation") )
Functions ¶
Types ¶
type T ¶
type T struct { resource.T Path naming.Path DNS []string // config Expose []string `json:"expose"` NetNS string `json:"netns"` NSDev string `json:"nsdev"` Network string `json:"network"` CNIConfig string CNIPlugins string ObjectID uuid.UUID ObjectFQDN string WaitDNS *time.Duration `json:"wait_dns"` }
func (T) ActionResourceDeps ¶
func (t T) ActionResourceDeps() []actionresdeps.Dep
func (T) Provisioned ¶
func (t T) Provisioned() (provisioned.T, error)
func (*T) StatusInfo ¶
Click to show internal directories.
Click to hide internal directories.