Documentation
¶
Overview ¶
Package krew implements Piper and Publisher, providing krew plugin manifest creation and upload to a repository (aka krew plugin index).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoArchivesFound = errors.New("no archives found")
Functions ¶
This section is empty.
Types ¶
type MatchLabels ¶
type Selector ¶
type Selector struct {
MatchLabels MatchLabels `yaml:"matchLabels,omitempty"`
}
type Spec ¶
type Spec struct {
Version string `yaml:"version,omitempty"`
Platforms []Platform `yaml:"platforms,omitempty"`
ShortDescription string `yaml:"shortDescription,omitempty"`
Homepage string `yaml:"homepage,omitempty"`
Caveats string `yaml:"caveats,omitempty"`
Description string `yaml:"description,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.