Documentation ¶
Index ¶
- Variables
- func AddOutputJsonYamlFlag(cmd *kingpin.CmdClause)
- func DefineDebugCommands(kpApp *kingpin.Application)
- func DefineStartCommandFlags(kpApp *kingpin.Application, cmd *kingpin.CmdClause)
- type GlobalRequest
- type ModuleRequest
- func (mr *ModuleRequest) Config(format string) ([]byte, error)
- func (r *ModuleRequest) List(format string) ([]byte, error)
- func (mr *ModuleRequest) Name(name string) *ModuleRequest
- func (mr *ModuleRequest) Patches() ([]byte, error)
- func (mr *ModuleRequest) ResourceMonitor(format string) ([]byte, error)
- func (mr *ModuleRequest) Values(format string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var AppDescription = ""
View Source
var AppName = "addon-operator"
View Source
var ConfigMapName = "addon-operator"
View Source
var DefaultDebugUnixSocket = "/var/run/addon-operator/debug.socket"
View Source
var DefaultListenAddress = "0.0.0.0"
View Source
var DefaultListenPort = "9650"
View Source
var DefaultPrometheusMetricsPrefix = "addon_operator_"
View Source
var DefaultTempDir = "/tmp/addon-operator"
View Source
var GlobalHooksDir = "global-hooks"
View Source
var ModulesDir = "modules"
View Source
var Namespace = ""
View Source
var TillerListenAddress = "127.0.0.1"
View Source
var TillerListenPort int32 = 44434
View Source
var TillerMaxHistory int32 = 0
View Source
var TillerProbeListenAddress = "127.0.0.1"
View Source
var TillerProbeListenPort int32 = 44435
View Source
var ValuesChecksumsAnnotation = "addon-operator/values-checksums"
View Source
var Version = "dev"
Functions ¶
func AddOutputJsonYamlFlag ¶
func AddOutputJsonYamlFlag(cmd *kingpin.CmdClause)
func DefineDebugCommands ¶
func DefineDebugCommands(kpApp *kingpin.Application)
func DefineStartCommandFlags ¶
func DefineStartCommandFlags(kpApp *kingpin.Application, cmd *kingpin.CmdClause)
DefineStartCommandFlags init global flags with default values
Types ¶
type GlobalRequest ¶
type GlobalRequest struct {
// contains filtered or unexported fields
}
func Global ¶
func Global(client *sh_debug.Client) *GlobalRequest
func (*GlobalRequest) Patches ¶
func (gr *GlobalRequest) Patches() ([]byte, error)
type ModuleRequest ¶
type ModuleRequest struct {
// contains filtered or unexported fields
}
func Module ¶
func Module(client *sh_debug.Client) *ModuleRequest
func (*ModuleRequest) Name ¶
func (mr *ModuleRequest) Name(name string) *ModuleRequest
func (*ModuleRequest) Patches ¶
func (mr *ModuleRequest) Patches() ([]byte, error)
func (*ModuleRequest) ResourceMonitor ¶
func (mr *ModuleRequest) ResourceMonitor(format string) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.