Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClaudeConfig ¶
type Config ¶
type Config struct {
Servers ServerConfigs `mapstructure:"servers" yaml:"servers"`
Safety SafetyConfig `mapstructure:"safety" yaml:"safety"`
Claude ClaudeConfig `mapstructure:"claude" yaml:"claude"`
}
type DockerConfig ¶
type FilesConfig ¶
type KubernetesConfig ¶
type KubernetesConfig struct {
Enabled bool `mapstructure:"enabled" yaml:"enabled"`
Kubeconfig string `mapstructure:"kubeconfig" yaml:"kubeconfig"`
Context string `mapstructure:"context" yaml:"context"`
Namespaces []string `mapstructure:"namespaces" yaml:"namespaces"`
ReadOnly bool `mapstructure:"readonly" yaml:"readonly"`
}
type PrometheusConfig ¶
type SafetyConfig ¶
type ServerConfigs ¶
type ServerConfigs struct {
Kubernetes KubernetesConfig `mapstructure:"kubernetes" yaml:"kubernetes"`
Docker DockerConfig `mapstructure:"docker" yaml:"docker"`
Prometheus PrometheusConfig `mapstructure:"prometheus" yaml:"prometheus"`
Files FilesConfig `mapstructure:"files" yaml:"files"`
}
Click to show internal directories.
Click to hide internal directories.