Documentation
¶
Index ¶
- Constants
- func ApplierWaveDelay() time.Duration
- func ClusterId() string
- func ClusterPingInterval() time.Duration
- func ComponentShaCacheTTL() time.Duration
- func ConsoleDNS() string
- func ConsoleUrl() string
- func ControllerCacheTTL() time.Duration
- func DatadogEnabled() bool
- func DatadogEnv() string
- func DatadogHost() string
- func DeployToken() string
- func DisableHelmTemplateDryRunServer() bool
- func DiscoveryCacheRefreshInterval() time.Duration
- func EnableHelmDependencyUpdate() bool
- func EnableKubecostProxy() bool
- func EnableLeaderElection() bool
- func Init()
- func InitDatadog() error
- func InitPyroscope() (*pyroscope.Profiler, error)
- func JitterFactor() float64
- func KubeCostExtractorCacheTTL() time.Duration
- func Local() bool
- func LocalDatabaseProfiler() bool
- func LogLevel() klog.Level
- func ManifestCacheJitter() time.Duration
- func ManifestCacheTTL() time.Duration
- func MaxConcurrentReconciles() int
- func MetricsAddr() string
- func PipelineGatesInterval() time.Duration
- func PollInterval() time.Duration
- func PollJitter() time.Duration
- func ProbeAddr() string
- func ProcessingTimeout() time.Duration
- func PyroscopeAddress() string
- func PyroscopeEnabled() bool
- func RefreshInterval() time.Duration
- func ResourceCacheTTL() time.Duration
- func RestoreNamespace() string
- func ResyncSeconds() int
- func RuntimeServicesPingInterval() time.Duration
- func SkipService(id string) bool
- func StoreCleanerInterval() time.Duration
- func StoreEntryTTL() time.Duration
- func StoreFilePath() string
- func StoreStorage() api.Storage
- func SupervisorCacheSyncTimeout() time.Duration
- func SupervisorMaxNotFoundRetries() int
- func SupervisorRestartDelay() time.Duration
- func SupervisorSynchronizerResyncInterval() time.Duration
- func WaveDeQueueDelay() time.Duration
- func WaveMaxConcurrentApplies() int
- func WorkqueueBaseDelay() time.Duration
- func WorkqueueBurst() int
- func WorkqueueMaxDelay() time.Duration
- func WorkqueueQPS() int
Constants ¶
View Source
const ( EnvDeployToken = "DEPLOY_TOKEN" EnvDatadogEnabled = "DATADOG_ENABLED" EnvPyroscopeEnabled = "PYROSCOPE_ENABLED" EnvProfilerEnabled = "PROFILER_ENABLED" EnvLocal = "LOCAL" )
Variables ¶
This section is empty.
Functions ¶
func ApplierWaveDelay ¶
func ClusterPingInterval ¶
func ComponentShaCacheTTL ¶
func ConsoleDNS ¶
func ConsoleDNS() string
func ConsoleUrl ¶
func ConsoleUrl() string
func ControllerCacheTTL ¶
func DatadogEnabled ¶
func DatadogEnabled() bool
func DatadogEnv ¶
func DatadogEnv() string
func DatadogHost ¶
func DatadogHost() string
func DeployToken ¶
func DeployToken() string
func DisableHelmTemplateDryRunServer ¶
func DisableHelmTemplateDryRunServer() bool
func EnableHelmDependencyUpdate ¶
func EnableHelmDependencyUpdate() bool
func EnableKubecostProxy ¶
func EnableKubecostProxy() bool
func EnableLeaderElection ¶
func EnableLeaderElection() bool
func InitDatadog ¶
func InitDatadog() error
func InitPyroscope ¶
func JitterFactor ¶
func JitterFactor() float64
func LocalDatabaseProfiler ¶
func LocalDatabaseProfiler() bool
func ManifestCacheJitter ¶
func ManifestCacheTTL ¶
func MaxConcurrentReconciles ¶
func MaxConcurrentReconciles() int
func MetricsAddr ¶
func MetricsAddr() string
func PipelineGatesInterval ¶
func PollInterval ¶
func PollJitter ¶
func ProcessingTimeout ¶
func PyroscopeAddress ¶
func PyroscopeAddress() string
func PyroscopeEnabled ¶
func PyroscopeEnabled() bool
func RefreshInterval ¶
func ResourceCacheTTL ¶
func RestoreNamespace ¶
func RestoreNamespace() string
func ResyncSeconds ¶
func ResyncSeconds() int
func SkipService ¶
func StoreCleanerInterval ¶
func StoreEntryTTL ¶
func StoreFilePath ¶
func StoreFilePath() string
func StoreStorage ¶
func SupervisorMaxNotFoundRetries ¶
func SupervisorMaxNotFoundRetries() int
func SupervisorRestartDelay ¶
func WaveDeQueueDelay ¶
func WaveMaxConcurrentApplies ¶
func WaveMaxConcurrentApplies() int
func WorkqueueBaseDelay ¶
func WorkqueueBurst ¶
func WorkqueueBurst() int
func WorkqueueMaxDelay ¶
func WorkqueueQPS ¶
func WorkqueueQPS() int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.