Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "app"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfigError ¶
IsInvalidConfigError asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { CtrlClient ctrlClient.Client K8sClient kubernetes.Interface Logger micrologger.Logger ReleaseVersion releaseversion.Interface KiamWatchDogEnabled bool Provider string RawAppDefaultConfig string RawAppOverrideConfig string }
Config represents the configuration used to create a new chartconfig service.
type Index ¶
type Index struct {
Entries map[string][]IndexEntry `json:"entries"`
}
type IndexEntry ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource provides shared functionality for managing chartconfigs.
func (*Resource) GetCurrentState ¶
func (*Resource) GetDesiredState ¶
Click to show internal directories.
Click to hide internal directories.