Versions in this module Expand all Collapse all v0 v0.0.9 Feb 18, 2021 Changes in this version + type Configuration struct + ConfigMap Resource + DaemonSet Resource + Deployment Resource + Ingress Resource + Job Resource + Namespace Resource + PersistentVolume Resource + Pod Resource + Properties map[string]string + ReplicaSet Resource + ReplicationController Resource + Secret Resource + Services Resource + StatefulSet Resource + func NewFromYaml(d []byte) (*Configuration, error) + type EventConfig struct + Category string + Source string + type ObjectFiler struct + Annotations map[string]string + Labels map[string]string + Name string + Namespace []string + func (o *ObjectFiler) IsExcluded(obj interface{}) bool + func (o ObjectFiler) MatchAnnotations(m map[string]string) bool + func (o ObjectFiler) MatchLabels(m map[string]string) bool + func (o ObjectFiler) MatchName(name string) bool + func (o ObjectFiler) MatchNamespace(namespace string) bool + type Resource struct + Enabled bool + EventConfig EventConfig + FilterOptions ObjectFiler + Namespace string + func (r *Resource) UnmarshalYAML(unmarshal func(interface{}) error) error