configmanager

package
v0.0.0-...-a56079f Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigManager

type ConfigManager interface {
	Into(ConfigValidator) error
}

ConfigManager is an interface describing the functions of a cluster upgrader.

type ConfigManagerBuilder

type ConfigManagerBuilder interface {
	New(client.Client, Target) ConfigManager
}

ConfigManagerBuilder is an interface describing the functions of a cluster upgrader.

func NewBuilder

func NewBuilder() ConfigManagerBuilder

NewBuilder returns a new configManagerBuilder

type ConfigValidator

type ConfigValidator interface {
	IsValid() error
}

ConfigValidator is an interface that validates MUO's config

type Target

type Target struct {
	Name      string
	Namespace string
	ConfigKey string
}

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