flows

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: Apache-2.0 Imports: 26 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   tracker.ContainerdSourceName
	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 Uninstaller

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

func (*Uninstaller) Run

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

type Upgrader

type Upgrader struct {
	NodeProvider       nodeprovider.NodeProvider
	AwsSource          aws.Source
	PackageManager     *packagemanager.DistroPackageManager
	CredentialProvider creds.CredentialProvider
	Artifacts          *tracker.InstalledArtifacts
	DaemonManager      daemon.DaemonManager
	SkipPhases         []string
	Logger             *zap.Logger
}

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