Documentation ¶
Index ¶
- type CheckpointCloudguard
- func (n *CheckpointCloudguard) Config() *types.NodeConfig
- func (n *CheckpointCloudguard) Delete(ctx context.Context) error
- func (n *CheckpointCloudguard) Deploy(ctx context.Context) error
- func (*CheckpointCloudguard) Destroy(_ context.Context) error
- func (s *CheckpointCloudguard) GetImages() map[string]string
- func (n *CheckpointCloudguard) GetRuntime() runtime.ContainerRuntime
- func (n *CheckpointCloudguard) Init(cfg *types.NodeConfig, opts ...nodes.NodeOption) error
- func (*CheckpointCloudguard) PostDeploy(_ context.Context, _ map[string]nodes.Node) error
- func (n *CheckpointCloudguard) PreDeploy(_, _, _ string) error
- func (n *CheckpointCloudguard) SaveConfig(_ context.Context) error
- func (n *CheckpointCloudguard) WithMgmtNet(mgmt *types.MgmtNet)
- func (n *CheckpointCloudguard) WithRuntime(r runtime.ContainerRuntime)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckpointCloudguard ¶
type CheckpointCloudguard struct {
// contains filtered or unexported fields
}
func (*CheckpointCloudguard) Config ¶
func (n *CheckpointCloudguard) Config() *types.NodeConfig
func (*CheckpointCloudguard) Delete ¶
func (n *CheckpointCloudguard) Delete(ctx context.Context) error
func (*CheckpointCloudguard) Deploy ¶
func (n *CheckpointCloudguard) Deploy(ctx context.Context) error
func (*CheckpointCloudguard) Destroy ¶
func (*CheckpointCloudguard) Destroy(_ context.Context) error
func (*CheckpointCloudguard) GetImages ¶
func (s *CheckpointCloudguard) GetImages() map[string]string
func (*CheckpointCloudguard) GetRuntime ¶
func (n *CheckpointCloudguard) GetRuntime() runtime.ContainerRuntime
func (*CheckpointCloudguard) Init ¶
func (n *CheckpointCloudguard) Init(cfg *types.NodeConfig, opts ...nodes.NodeOption) error
func (*CheckpointCloudguard) PostDeploy ¶
func (*CheckpointCloudguard) PreDeploy ¶
func (n *CheckpointCloudguard) PreDeploy(_, _, _ string) error
func (*CheckpointCloudguard) SaveConfig ¶
func (n *CheckpointCloudguard) SaveConfig(_ context.Context) error
func (*CheckpointCloudguard) WithMgmtNet ¶
func (n *CheckpointCloudguard) WithMgmtNet(mgmt *types.MgmtNet)
func (*CheckpointCloudguard) WithRuntime ¶
func (n *CheckpointCloudguard) WithRuntime(r runtime.ContainerRuntime)
Click to show internal directories.
Click to hide internal directories.