Documentation ¶
Index ¶
- type Ansible
- func (b *Ansible) BeforeInstall(ctx context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Ansible) BeforeInstallChecksum(ctx context.Context) string
- func (b *Ansible) BeforeSetup(ctx context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Ansible) BeforeSetupChecksum(ctx context.Context) string
- func (b *Ansible) Install(ctx context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Ansible) InstallChecksum(ctx context.Context) string
- func (b *Ansible) IsBeforeInstallEmpty(ctx context.Context) bool
- func (b *Ansible) IsBeforeSetupEmpty(ctx context.Context) bool
- func (b *Ansible) IsInstallEmpty(ctx context.Context) bool
- func (b *Ansible) IsSetupEmpty(ctx context.Context) bool
- func (b *Ansible) Setup(ctx context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Ansible) SetupChecksum(ctx context.Context) string
- type Builder
- type Container
- type Extra
- type Shell
- func (b *Shell) BeforeInstall(_ context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Shell) BeforeInstallChecksum(ctx context.Context) string
- func (b *Shell) BeforeSetup(_ context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Shell) BeforeSetupChecksum(ctx context.Context) string
- func (b *Shell) Install(_ context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Shell) InstallChecksum(ctx context.Context) string
- func (b *Shell) IsBeforeInstallEmpty(ctx context.Context) bool
- func (b *Shell) IsBeforeSetupEmpty(ctx context.Context) bool
- func (b *Shell) IsInstallEmpty(ctx context.Context) bool
- func (b *Shell) IsSetupEmpty(ctx context.Context) bool
- func (b *Shell) Setup(_ context.Context, cr container_backend.ContainerBackend, ...) error
- func (b *Shell) SetupChecksum(ctx context.Context) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ansible ¶
type Ansible struct {
// contains filtered or unexported fields
}
func (*Ansible) BeforeInstall ¶
func (b *Ansible) BeforeInstall(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
func (*Ansible) BeforeInstallChecksum ¶
func (*Ansible) BeforeSetup ¶
func (b *Ansible) BeforeSetup(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
func (*Ansible) BeforeSetupChecksum ¶
func (*Ansible) Install ¶
func (b *Ansible) Install(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
func (*Ansible) IsBeforeInstallEmpty ¶
func (*Ansible) Setup ¶
func (b *Ansible) Setup(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
type Builder ¶
type Builder interface { IsBeforeInstallEmpty(ctx context.Context) bool IsInstallEmpty(ctx context.Context) bool IsBeforeSetupEmpty(ctx context.Context) bool IsSetupEmpty(ctx context.Context) bool BeforeInstall(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error Install(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error BeforeSetup(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error Setup(ctx context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error BeforeInstallChecksum(ctx context.Context) string InstallChecksum(ctx context.Context) string BeforeSetupChecksum(ctx context.Context) string SetupChecksum(ctx context.Context) string }
type Shell ¶
type Shell struct {
// contains filtered or unexported fields
}
func (*Shell) BeforeInstall ¶
func (b *Shell) BeforeInstall(_ context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
func (*Shell) BeforeInstallChecksum ¶
func (*Shell) BeforeSetup ¶
func (b *Shell) BeforeSetup(_ context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
func (*Shell) Install ¶
func (b *Shell) Install(_ context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
func (*Shell) Setup ¶
func (b *Shell) Setup(_ context.Context, cr container_backend.ContainerBackend, stageBuilder stage_builder.StageBuilderInterface, useLegacyStapelBuilder bool) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.