Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClowderConfig ¶
type ClowderConfig struct {
Credentials struct {
Keycloak struct {
Username string `json:"username"`
Password string `json:"password"`
}
}
Images struct {
MBOP string `json:"mbop"`
Caddy string `json:"caddy"`
Keycloak string `json:"Keycloak"`
} `json:"images"`
DebugOptions struct {
Trigger struct {
Diff bool `json:"diff"`
} `json:"trigger"`
Cache struct {
Create bool `json:"create"`
Update bool `json:"update"`
Apply bool `json:"apply"`
} `json:"cache"`
Pprof struct {
Enable bool `json:"enable"`
CpuFile string `json:"cpuFile"`
} `json:"pprof"`
} `json:"debugOptions"`
Features struct {
CreateServiceMonitor bool `json:"createServiceMonitor"`
DisableWebhooks bool `json:"disableWebhooks"`
WatchStrimziResources bool `json:"watchStrimziResources"`
UseComplexStrimziTopicNames bool `json:"useComplexStrimziTopicNames"`
EnableAuthSidecarHook bool `json:"enableAuthSidecarHook"`
KedaResources bool `json:"enableKedaResources"`
} `json:"features"`
}
var LoadedConfig ClowderConfig
Click to show internal directories.
Click to hide internal directories.