Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "app"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfigError ¶
IsInvalidConfigError asserts invalidConfigError.
func IsNotFound ¶ added in v0.23.15
IsNotFound asserts notFoundError.
Types ¶
type Config ¶
type Config struct { ClusterClient *clusterclient.Client G8sClient versioned.Interface GetClusterConfigFunc func(obj interface{}) (v1alpha1.ClusterGuestConfig, error) GetClusterObjectMetaFunc func(obj interface{}) (metav1.ObjectMeta, error) K8sClient kubernetes.Interface Logger micrologger.Logger Provider string RawAppDefaultConfig string RawAppOverrideConfig string }
Config represents the configuration used to create a new chartconfig service.
type Index ¶ added in v0.23.21
type Index struct {
Entries map[string][]IndexEntry `json:"entries"`
}
type IndexEntry ¶ added in v0.23.21
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.