Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditorConfig ¶
type AuditorConfig struct {
Capabilities capabilities.Config `yaml:"capabilities"`
DeprecatedAPIs deprecatedapis.Config `yaml:"config"`
Image image.Config `yaml:"image"`
Limits limits.Config `yaml:"limits"`
Mounts mounts.Config `yaml:"mounts"`
}
type KubeauditConfig ¶
type KubeauditConfig struct {
EnabledAuditors map[string]bool `yaml:"enabledAuditors"`
AuditorConfig AuditorConfig `yaml:"auditors"`
}
func (*KubeauditConfig) GetAuditorConfigs ¶
func (conf *KubeauditConfig) GetAuditorConfigs() AuditorConfig
func (*KubeauditConfig) GetEnabledAuditors ¶
func (conf *KubeauditConfig) GetEnabledAuditors() map[string]bool
Click to show internal directories.
Click to hide internal directories.