Documentation ¶
Index ¶
Constants ¶
View Source
const APIGroup = "tanka.dev"
APIGroup is the prefix used for `kind`
View Source
const Specfile = "spec.json"
Specfile is the filename for the environment config
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrDeprecated ¶
type ErrDeprecated []depreciation
ErrDeprecated is a non-fatal error that occurs when deprecated fields are used in the spec.json
func (ErrDeprecated) Error ¶
func (e ErrDeprecated) Error() string
type ErrMistypedField ¶ added in v0.8.0
type ErrMistypedField struct {
// contains filtered or unexported fields
}
ErrMistypedField occurs that the field of the given name has the wrong type
func (ErrMistypedField) Error ¶ added in v0.8.0
func (e ErrMistypedField) Error() string
Click to show internal directories.
Click to hide internal directories.