flows

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CNIUninstall

type CNIUninstall func() error

type Initer

type Initer struct {
	NodeProvider nodeprovider.NodeProvider
	SkipPhases   []string
	Logger       *zap.Logger
}

func (*Initer) Run

func (i *Initer) Run(ctx context.Context) error

type Installer

type Installer struct {
	AwsSource          aws.Source
	ContainerdSource   containerd.SourceName
	PackageManager     *packagemanager.DistroPackageManager
	CredentialProvider creds.CredentialProvider
	SsmRegion          string
	Tracker            *tracker.Tracker
	Logger             *zap.Logger
}

func (*Installer) Run

func (i *Installer) Run(ctx context.Context) error

type SSMUninstall

type SSMUninstall func(ctx context.Context, logger *zap.Logger, pm ssm.PkgSource) error

type Uninstaller

type Uninstaller struct {
	Artifacts      *tracker.InstalledArtifacts
	DaemonManager  daemon.DaemonManager
	PackageManager *packagemanager.DistroPackageManager
	SSMUninstall   SSMUninstall
	Logger         *zap.Logger
	CNIUninstall   CNIUninstall
}

func (*Uninstaller) Run

func (u *Uninstaller) Run(ctx context.Context) error

type Upgrader

type Upgrader struct {
	*Uninstaller
	*Installer
	*Initer
}

func (*Upgrader) Run

func (u *Upgrader) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL