Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Configurer struct {
// contains filtered or unexported fields
}
func New ¶
func New(client corev1.CoreV1Interface, cfg Config) *Configurer
func (*Configurer) Load ¶
func (c *Configurer) Load() (*SharedAppConfig, error)
func (*Configurer) Save ¶
func (c *Configurer) Save(config SharedAppConfig) error
type SharedAppConfig ¶
type SharedAppConfig struct {
} Click to show internal directories.
Click to hide internal directories.