v1

package
v1.3.16-beta001 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VariableTypeBasic  = "basic"
	VariableTypeSecret = "secret"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Variable

type Variable struct {
	// variable type
	Type_ string `json:"type,omitempty"`
	// variable name
	Name string `json:"name,omitempty"`
	// variable string value
	Value string `json:"value,omitempty"`
	// or load it from var source
	ValueFrom corev1.EnvVarSource `json:"valueFrom,omitempty"`
}

Jump to

Keyboard shortcuts

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