Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func NewResourceSet ¶
func NewResourceSet(config ResourceSetConfig) (*controller.ResourceSet, error)
NewResourceSet returns a configured Chart controller ResourceSet.
func VersionBundle ¶
func VersionBundle() versionbundle.Bundle
Types ¶
type ResourceSetConfig ¶
type ResourceSetConfig struct {
// Dependencies.
Fs afero.Fs
G8sClient versioned.Interface
HelmClient helmclient.Interface
K8sClient kubernetes.Interface
Logger micrologger.Logger
// Settings.
HandledVersionBundles []string
ProjectName string
}
ResourceSetConfig contains necessary dependencies and settings for Chart controller ResourceSet configuration.
Click to show internal directories.
Click to hide internal directories.