providerconfig

package
v1.59.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 17 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultOperatingSystemSpec added in v1.36.0

func DefaultOperatingSystemSpec(
	osys providerconfigtypes.OperatingSystem,
	cloudProvider providerconfigtypes.CloudProvider,
	operatingSystemSpec runtime.RawExtension,
	externalBootstrapEnabled bool,
) (runtime.RawExtension, error)

Types

type ConfigVarResolver added in v0.2.0

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

func NewConfigVarResolver added in v0.2.0

func NewConfigVarResolver(ctx context.Context, client ctrlruntimeclient.Client) *ConfigVarResolver

func (*ConfigVarResolver) GetConfigVarBoolValue added in v0.2.0

func (cvr *ConfigVarResolver) GetConfigVarBoolValue(configVar providerconfigtypes.ConfigVarBool) (bool, bool, error)

GetConfigVarBoolValue returns a boolean from a ConfigVarBool. If there is no valid source for the boolean, the second bool returned will be false (to be able to differentiate between "false" and "unset").

func (*ConfigVarResolver) GetConfigVarBoolValueOrEnv added in v0.7.12

func (cvr *ConfigVarResolver) GetConfigVarBoolValueOrEnv(configVar providerconfigtypes.ConfigVarBool, envVarName string) (bool, error)

func (*ConfigVarResolver) GetConfigVarDurationValue added in v1.34.0

func (cvr *ConfigVarResolver) GetConfigVarDurationValue(configVar providerconfigtypes.ConfigVarString) (time.Duration, error)

func (*ConfigVarResolver) GetConfigVarDurationValueOrDefault added in v1.34.0

func (cvr *ConfigVarResolver) GetConfigVarDurationValueOrDefault(configVar providerconfigtypes.ConfigVarString, defaultDuration time.Duration) (time.Duration, error)

func (*ConfigVarResolver) GetConfigVarStringValue added in v0.2.0

func (cvr *ConfigVarResolver) GetConfigVarStringValue(configVar providerconfigtypes.ConfigVarString) (string, error)

func (*ConfigVarResolver) GetConfigVarStringValueOrEnv added in v0.3.0

func (cvr *ConfigVarResolver) GetConfigVarStringValueOrEnv(configVar providerconfigtypes.ConfigVarString, envVarName string) (string, error)

GetConfigVarStringValueOrEnv tries to get the value from ConfigVarString, when it fails, it falls back to getting the value from an environment variable specified by envVarName parameter.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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