Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CouldNotParseFileError = µerror.Error{
Kind: "CouldNotParseFileError",
Desc: "The metadata file could not be parsed.",
}
View Source
var CouldNotReadFileError = µerror.Error{
Kind: "CouldNotReadFileError",
Desc: "The metadata file could not be read.",
}
Functions ¶
func IsCouldNotParseFile ¶
IsCouldNotParseFile asserts CouldNotParseFileError
func IsCouldNotReadFile ¶
IsCouldNotReadFile asserts CouldNotReadFileError
Types ¶
type CRDItem ¶
type CRDItem struct {
Owners []string `yaml:"owner,omitempty"`
Topics []string `yaml:"topics,omitempty"`
Providers []string `yaml:"provider,omitempty"`
Hidden bool `yaml:"hidden,omitempty"`
Deprecation *Deprecation `yaml:"deprecation,omitempty"`
}
type Deprecation ¶ added in v0.7.1
type Deprecation struct {
Info string `yaml:"info,omitempty"`
ReplacedBy *DeprecationReplacedBy `yaml:"replaced_by,omitempty"`
}
type DeprecationReplacedBy ¶ added in v0.7.1
Click to show internal directories.
Click to hide internal directories.