Versions in this module Expand all Collapse all v0 v0.6.0 Sep 19, 2019 v0.1.0 Sep 6, 2019 Changes in this version + func GetRuleObjectsForRule(autopilotRule *v1alpha1.AutopilotRule) (map[string]Rule, error) + func GetUUIDFromRule(r *v1alpha1.AutopilotRule) string + type Rule interface + Check func() ([]*v1alpha1.LabelSelectorRequirement, error) + DoActions func() error + ParentRuleName func() string + UUID func() string