Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClowderConfig ¶
type ClowderConfig struct {
Images struct {
MBOP string `json:"mbop"`
Caddy string `json:"caddy"`
CaddyGateway string `json:"caddyGateway"`
Keycloak string `json:"Keycloak"`
Mocktitlements string `json:"mocktitlements"`
CaddyReverseProxy string `json:"caddyReverseProxy"`
ObjectStoreMinio string `json:"objectStoreMinio"`
FeatureFlagsUnleash string `json:"featureFlagsUnleash"`
FeatureFlagsUnleashEdge string `json:"featureFlagsUnleashEdge"`
TokenRefresher string `json:"tokenRefresher"`
OtelCollector string `json:"otelCollector"`
InMemoryDB string `json:"inMemoryDB"`
} `json:"images"`
DebugOptions struct {
Logging struct {
DebugLogging bool `json:"debugLogging"`
} `json:"logging"`
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"`
PerProviderMetrics bool `json:"perProviderMetrics"`
ReconciliationMetrics bool `json:"reconciliationMetrics"`
EnableDependencyMetrics bool `json:"enableDependencyMetrics"`
DisableCloudWatchLogging bool `json:"disableCloudWatchLogging"`
EnableExternalStrimzi bool `json:"enableExternalStrimzi"`
DisableRandomRoutes bool `json:"disableRandomRoutes"`
DisableStrimziFinalizer bool `json:"disableStrimziFinalizer"`
} `json:"features"`
Settings struct {
ManagedKafkaEphemDeleteRegex string `json:"managedKafkaEphemDeleteRegex"`
RestarterAnnotationName string `json:"restarterAnnotation"`
} `json:"settings"`
}
var LoadedConfig ClowderConfig
Click to show internal directories.
Click to hide internal directories.