Versions in this module Expand all Collapse all v1 v1.10.3 Nov 11, 2021 v1.10.2 Oct 23, 2021 v1.10.1 Oct 18, 2021 v1.10.0 Oct 18, 2021 v1.9.0 Sep 29, 2021 Changes in this version type Config + Yandex Yandex type Resolver + func (r *Resolver) YandexClient() target.Client + type Yandex struct + AccessKeyID string + Bucket string + Endpoint string + MinimumPriority string + Prefix string + Region string + SecretAccessKey string + SkipExisting bool v1.8.7 Sep 27, 2021 v1.8.6 Sep 25, 2021 Changes in this version + type API struct + Port int + type Config struct + API API + Discord Discord + Elasticsearch Elasticsearch + Kubeconfig string + Loki Loki + Namespace string + Slack Slack + Teams Teams + UI UI + type Discord struct + MinimumPriority string + SkipExisting bool + Webhook string + type Elasticsearch struct + Host string + Index string + MinimumPriority string + Rotation string + SkipExisting bool + type Loki struct + Host string + MinimumPriority string + SkipExisting bool + type Resolver struct + func NewResolver(config *Config, k8sConfig *rest.Config) Resolver + func (r *Resolver) APIServer() api.Server + func (r *Resolver) ConfigMapClient() (v1.ConfigMapInterface, error) + func (r *Resolver) DiscordClient() target.Client + func (r *Resolver) ElasticsearchClient() target.Client + func (r *Resolver) LokiClient() target.Client + func (r *Resolver) Mapper(ctx context.Context) (kubernetes.Mapper, error) + func (r *Resolver) PolicyReportClient(ctx context.Context) (report.PolicyResultClient, error) + func (r *Resolver) PolicyReportStore() *report.PolicyReportStore + func (r *Resolver) ResultCache() *cache.Cache + func (r *Resolver) SkipExistingOnStartup() bool + func (r *Resolver) SlackClient() target.Client + func (r *Resolver) TargetClients() []target.Client + func (r *Resolver) TeamsClient() target.Client + func (r *Resolver) UIClient() target.Client + type Slack struct + MinimumPriority string + SkipExisting bool + Webhook string + type Teams struct + MinimumPriority string + SkipExisting bool + Webhook string + type UI struct + Host string + MinimumPriority string + SkipExisting bool