Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassifyRuleConfig ¶
type ComposeRuleConfig ¶
type Config ¶
type Config struct {
Name string `yaml:"name"`
Discovery DiscoveryConfig `yaml:"discovery"`
Classify []ClassifyRuleConfig `yaml:"classify"`
Compose []ComposeRuleConfig `yaml:"compose"` // TODO: "jobs"?
}
type DiscoveryConfig ¶
type DiscoveryConfig struct {
K8s []kubernetes.Config `yaml:"k8s"`
HostSocket HostSocketConfig `yaml:"hostsocket"`
}
type HostSocketConfig ¶ added in v0.57.0
type HostSocketConfig struct {
Net *hostsocket.NetworkSocketConfig `yaml:"net"`
}
Click to show internal directories.
Click to hide internal directories.