Documentation ¶
Index ¶
- type Network
- func (n *Network) Dependencies(ctx context.Context, input *core.DependenciesInput) (*core.DependenciesOutput, error)
- func (n *Network) Dispose(ctx context.Context, input *core.DisposeInput) (*core.DisposeOutput, error)
- func (n *Network) InitResource() error
- func (n *Network) Initialize(ctx context.Context, input *core.InitializeInput) (output *core.InitializeOutput, err error)
- func (n *Network) MarshalState() (state string, err error)
- func (n *Network) Refresh(ctx context.Context, input *core.RefreshInput) (*core.RefreshOutput, error)
- type Spec
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct { docker.ComponentBase State }
func (*Network) Dependencies ¶
func (n *Network) Dependencies(ctx context.Context, input *core.DependenciesInput) (*core.DependenciesOutput, error)
func (*Network) Dispose ¶
func (n *Network) Dispose(ctx context.Context, input *core.DisposeInput) (*core.DisposeOutput, error)
func (*Network) InitResource ¶
func (*Network) Initialize ¶
func (n *Network) Initialize(ctx context.Context, input *core.InitializeInput) (output *core.InitializeOutput, err error)
func (*Network) MarshalState ¶
func (*Network) Refresh ¶
func (n *Network) Refresh(ctx context.Context, input *core.RefreshInput) (*core.RefreshOutput, error)
Click to show internal directories.
Click to hide internal directories.