Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultKubeConfigPath ¶
func GetDefaultKubeConfigPath() string
Types ¶
type Config ¶
type Config struct { InCluster bool `koanf:"in-cluster"` DevMode bool `koanf:"dev"` InsecureSsl bool `koanf:"insecure-ssl"` EnableHelm bool `koanf:"enable-helm"` EnableDynamicClusters bool `koanf:"enable-dynamic-clusters"` Port uint `koanf:"port"` KubeConfigPath string `koanf:"kubeconfig"` StaticDir string `koanf:"html-static-dir"` PluginsDir string `koanf:"plugins-dir"` BaseURL string `koanf:"base-url"` ProxyURLs string `koanf:"proxy-urls"` OidcClientID string `koanf:"oidc-client-id"` OidcClientSecret string `koanf:"oidc-client-secret"` OidcIdpIssuerURL string `koanf:"oidc-idp-issuer-url"` OidcScopes string `koanf:"oidc-scopes"` }
Click to show internal directories.
Click to hide internal directories.