envconfig

package
v0.12.0-rc0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEnvBool

func GetEnvBool(key string, defaultValue bool, log logr.Logger) bool

Returns the bool value of environment variable "key" or the default value if "key" is not set. Note if the environment variable is set to a non boolean, including an empty string, this will fail and exit.

func GetEnvDuration added in v0.9.0

func GetEnvDuration(key string, defaultValue time.Duration, log logr.Logger) time.Duration

Returns the duration value of environment variable "key" or a default value Note if the environment variable cannot be parsed as a duration, including an empty string, this will fail and exit.

func GetEnvFloat

func GetEnvFloat(key string, defaultValue float64, log logr.Logger) float64

func GetEnvInt

func GetEnvInt(key string, defaultValue int, log logr.Logger) int

Returns the integer of value environment variable "key" or the default value if "key" is not set. Note if the environment variable is set to a non integer, including an empty string, this will fail and exit.

func GetEnvInt32 added in v0.11.2

func GetEnvInt32(key string, defaultValue int32, log logr.Logger) int32

func GetEnvString

func GetEnvString(key string, defaultValue string) string

Returns the string value of environment variable "key" or the default value if "key" is not set. Note if the environment variable is set to an empty string, this will return an empty string, not defaultValue.

Types

This section is empty.

Jump to

Keyboard shortcuts

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