config

package
v1.8.7 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2021 License: Apache-2.0 Imports: 10 Imported by: 41

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBoolFlag added in v0.12.0

func GetBoolFlag(key string) bool

func GetFlag added in v0.12.0

func GetFlag(key, fallback string) string

func MarshalLocalYAMLFile added in v0.7.0

func MarshalLocalYAMLFile(path string, obj interface{}) error

MarshalLocalYAMLFile writes JSON or YAML to a file on disk. The caller is responsible for checking error return values.

func ReadRemoteFile added in v0.9.0

func ReadRemoteFile(url string) ([]byte, error)

ReadRemoteFile issues a GET request to retrieve the contents of the specified URL as a byte array. The caller is responsible for checking error return values.

func UnmarshalLocalFile added in v0.7.0

func UnmarshalLocalFile(path string, obj interface{}) error

UnmarshalLocalFile retrieves JSON or YAML from a file on disk. The caller is responsible for checking error return values.

func UnmarshalReader added in v1.2.4

func UnmarshalReader(reader io.Reader, obj interface{}) error

UnmarshalReader is used to read manifests from stdin

func UnmarshalRemoteFile added in v0.7.0

func UnmarshalRemoteFile(url string, obj interface{}) error

UnmarshalRemoteFile retrieves JSON or YAML through a GET request. The caller is responsible for checking error return values.

Types

This section is empty.

Jump to

Keyboard shortcuts

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