config

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Recursive bool `yaml:"recursive"`
	Namespace NamespaceConfig
}

type NamespaceConfig

type NamespaceConfig struct {
	Name       string `yaml:"name"`
	Temporary  bool   `yaml:"temporary"`
	AutoRemove bool   `yaml:"autoremove"`
}

type RunConfig added in v0.0.24

type RunConfig struct {
	Config Config `yaml:"config"`
}

func LoadConfig

func LoadConfig(file string) (*RunConfig, error)

Jump to

Keyboard shortcuts

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