shootupgrade

package
v0.0.0-...-5f509e1 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GardenerClient

type GardenerClient interface {
	Get(ctx context.Context, name string, options v1.GetOptions) (*v1beta1.Shoot, error)
}

type KubeconfigProvider

type KubeconfigProvider interface {
	FetchFromRequest(shootName string) ([]byte, error)
}

type WaitForShootNewVersionStep

type WaitForShootNewVersionStep struct {
	// contains filtered or unexported fields
}

func NewWaitForShootNewVersionStep

func NewWaitForShootNewVersionStep(gardenerClient GardenerClient, nextStep model.OperationStage, timeLimit time.Duration) *WaitForShootNewVersionStep

func (WaitForShootNewVersionStep) Name

func (*WaitForShootNewVersionStep) Run

func (*WaitForShootNewVersionStep) TimeLimit

func (s *WaitForShootNewVersionStep) TimeLimit() time.Duration

type WaitForShootUpgradeStep

type WaitForShootUpgradeStep struct {
	// contains filtered or unexported fields
}

func NewWaitForShootUpgradeStep

func NewWaitForShootUpgradeStep(
	gardenerClient GardenerClient,
	dbSession dbsession.ReadWriteSession,
	kubeconfigProvider KubeconfigProvider,
	nextStep model.OperationStage,
	timeLimit time.Duration,

) *WaitForShootUpgradeStep

func (WaitForShootUpgradeStep) Name

func (*WaitForShootUpgradeStep) Run

func (*WaitForShootUpgradeStep) TimeLimit

func (s *WaitForShootUpgradeStep) TimeLimit() time.Duration

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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