You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assigneestring`yaml:"assignee,omitempty" json:"assignee,omitempty" doc:"value needs to assign to output field"`
107
-
LabelsPrefixstring`yaml:"labels_prefix,omitempty" json:"labels_prefix,omitempty" doc:"labels prefix to use to copy input labels, if empty labels will not be copied"`
108
-
AnnotationsPrefixstring`yaml:"annotations_prefix,omitempty" json:"annotations_prefix,omitempty" doc:"annotations prefix to use to copy input annotations, if empty annotations will not be copied"`
109
-
AddZonebool`yaml:"add_zone,omitempty" json:"add_zone,omitempty" doc:"if true the rule will add the zone"`
110
-
OutputKeysK8SOutputKeys`yaml:"-" json:"-"`
101
+
IPFieldstring`yaml:"ipField,omitempty" json:"ipField,omitempty" doc:"entry IP input field"`
Assigneestring`yaml:"assignee,omitempty" json:"assignee,omitempty" doc:"value needs to assign to output field"`
107
+
LabelsPrefixstring`yaml:"labels_prefix,omitempty" json:"labels_prefix,omitempty" doc:"labels prefix to use to copy input labels, if empty labels will not be copied"`
108
+
LabelInclusions []string`yaml:"label_inclusions,omitempty" json:"label_inclusions,omitempty" doc:"labels to include, if empty all labels will be included. Only used if labels_prefix is specified"`
109
+
LabelExclusions []string`yaml:"label_exclusions,omitempty" json:"label_exclusions,omitempty" doc:"labels to exclude, if empty no labels will be excluded. Only used if labels_prefix is specified"`
110
+
AnnotationsPrefixstring`yaml:"annotations_prefix,omitempty" json:"annotations_prefix,omitempty" doc:"annotations prefix to use to copy input annotations, if empty annotations will not be copied"`
111
+
AnnotationInclusions []string`yaml:"annotation_inclusions,omitempty" json:"annotation_inclusions,omitempty" doc:"annotations to include, if empty all annotations will be included. Only used if annotations_prefix is specified"`
112
+
AnnotationExclusions []string`yaml:"annotation_exclusions,omitempty" json:"annotation_exclusions,omitempty" doc:"annotations to exclude, if empty no annotations will be excluded. Only used if annotations_prefix is specified"`
113
+
AddZonebool`yaml:"add_zone,omitempty" json:"add_zone,omitempty" doc:"if true the rule will add the zone"`
0 commit comments