Documentation ¶
Index ¶
- func New() resource.Driver
- 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) Stop(ctx context.Context) error
- func (t *T) Unprovision(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type T ¶
type T struct { To string `json:"destination"` Gateway string `json:"gateway"` NetNS string `json:"netns"` Dev string `json:"dev"` resource.T }
T ...
func (T) ActionResourceDeps ¶
func (t T) ActionResourceDeps() []actionresdeps.Dep
func (T) Provisioned ¶
func (t T) Provisioned() (provisioned.T, error)
Click to show internal directories.
Click to hide internal directories.