Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.0.60
type Config struct {
AllowedRegistries []string `toml:"allowed_registries,omitempty"`
}
Config holds Helm toolset configuration
type Helm ¶
type Helm struct {
// contains filtered or unexported fields
}
type Kubernetes ¶
type Kubernetes interface {
genericclioptions.RESTClientGetter
NamespaceOrDefault(namespace string) string
}
Click to show internal directories.
Click to hide internal directories.