dependencyUpdater

package
v0.0.0-...-f8ac4ba Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency interface {
	Info() DependencyInfo
	UpdateAll() error
	Updaters() []Updater
}

func NewEtcdDependencyUpdater

func NewEtcdDependencyUpdater(releases []*eksDistroRelease.Release) Dependency

type DependencyInfo

type DependencyInfo struct {
	Name string
}

type EtcdUpdater

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

func (EtcdUpdater) Info

func (b EtcdUpdater) Info() DependencyInfo

func (EtcdUpdater) UpdateAll

func (b EtcdUpdater) UpdateAll() error

func (EtcdUpdater) Updaters

func (b EtcdUpdater) Updaters() []Updater

type Factory

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

func NewFactory

func NewFactory(releases []*eksDistroRelease.Release) *Factory

func (Factory) DependencyUpdaters

func (f Factory) DependencyUpdaters() []Dependency

type Updater

type Updater interface {
	Update() error
}

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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