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 []K8sConfig `yaml:"k8s"`
}
type K8sConfig ¶
type K8sConfig struct { Tags string `yaml:"tags"` kubernetes.Config `yaml:",inline"` }
Click to show internal directories.
Click to hide internal directories.