Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerConfig ¶
type ServerConfig struct { // argocd ArgoCDServerAddr string ArgoCDToken string ArgoCDPathPrefix string ArgoCDInsecure bool KubernetesConfig string // otel EnableOtel bool OtelCollectorHost string OtelCollectorPort string // vcs VcsBaseUrl string VcsToken string VcsType string // webhooks EnsureWebhooks bool WebhookSecret string WebhookUrlBase string // misc EnableConfTest bool FallbackK8sVersion string LabelFilter string LogLevel zerolog.Level MonitorAllApplications bool OpenAIAPIToken string PoliciesLocation []string SchemasLocations []string ShowDebugInfo bool TidyOutdatedCommentsMode string UrlPrefix string }
func New ¶ added in v1.5.0
func New() (ServerConfig, error)
Click to show internal directories.
Click to hide internal directories.