localprovider

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

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const UPGRADECONFIG_CR_NAME = "managed-upgrade-config"

UPGRADECONFIG_CR_NAME is the name of the Custom Resource that the provider will manage

Variables

This section is empty.

Functions

func New

func New(c client.Client, name string) (*localProvider, error)

New returns a new localProvider

Types

type ConfigManager

type ConfigManager struct {
	LocalConfigName string `yaml:"localConfigName"`
}

ConfigManager provides a LocalConfigName

type LocalProviderConfig

type LocalProviderConfig struct {
	ConfigManager ConfigManager `yaml:"configManager"`
}

LocalProviderConfig provides a configmanager for local provider

func (*LocalProviderConfig) IsValid

func (lp *LocalProviderConfig) IsValid() error

IsValid returns no error when the local provider config is valid

Jump to

Keyboard shortcuts

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