clowderconfig

package
v0.54.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

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"`
		Keycloak       string `json:"Keycloak"`
		Mocktitlements string `json:"mocktitlements"`
	} `json:"images"`
	DebugOptions struct {
		Logging struct {
			DebugLogging bool `json:"debugLogging"`
		}
		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"`
		DisableCloudWatchLogging    bool `json:"disableCloudWatchLogging"`
		EnableExternalStrimzi       bool `json:"enableExternalStrimzi"`
		DisableRandomRoutes         bool `json:"disableRandomRoutes"`
	} `json:"features"`
	Settings struct {
		ManagedKafkaEphemDeleteRegex string `json:"managedKafkaEphemDeleteRegex"`
	} `json:"settings"`
}
var LoadedConfig ClowderConfig

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL