Versions in this module Expand all Collapse all v1 v1.1.0 Mar 31, 2017 v1.0.0 Mar 8, 2017 Changes in this version + const ResourceDescription + const ResourceGroupName + const ResourceKind + const ResourceName + const ResourceVersion + const RuleStateInvalid + const RuleStateValid + const RulesCacheResyncPeriod + type Adapter struct + func New(config Config) (*Adapter, error) + func (a *Adapter) ListRules(f *a8api.RuleFilter) (*a8api.RulesSet, error) + func (a *Adapter) Start() error + func (a *Adapter) Stop() error + type Config struct + Namespace auth.Namespace + Token string + URL string + type RoutingRule struct + Metadata api.ObjectMeta + Spec a8api.Rule + Status StatusSpec + func (r *RoutingRule) GetObjectKind() unversioned.ObjectKind + func (r *RoutingRule) GetObjectMeta() meta.Object + func (r *RoutingRule) UnmarshalJSON(data []byte) error + type RoutingRuleList struct + Items []RoutingRule + Metadata unversioned.ListMeta + func (rl *RoutingRuleList) GetListMeta() unversioned.List + func (rl *RoutingRuleList) GetObjectKind() unversioned.ObjectKind + func (rl *RoutingRuleList) UnmarshalJSON(data []byte) error + type RuleCopy RoutingRule + type RuleListCopy RoutingRuleList + type StatusSpec struct + Message string + State string