Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Web Web `yaml:"web"` FieldFilter *FieldFilter `yaml:"fieldFilter,omitempty"` PrintVersion bool `yaml:"printVersion"` DisableLoadSecrets bool `yaml:"disableLoadSecrets"` IncludeNamespaces []string `yaml:"includeNamespaces"` SealedSecrets SealedSecrets `yaml:"sealedSecrets"` InitialSecret string `yaml:"initialSecret"` Ctx context.Context `yaml:"-"` }
type FieldFilter ¶
func (*FieldFilter) Apply ¶
func (ff *FieldFilter) Apply(sec map[string]interface{})
type SealedSecrets ¶
type SealedSecrets struct { Service string `yaml:"service"` Namespace string `yaml:"namespace"` CertURL string `yaml:"certURL,omitempty"` }
func (SealedSecrets) String ¶
func (ss SealedSecrets) String() string
Click to show internal directories.
Click to hide internal directories.