Versions in this module Expand all Collapse all v0 v0.17.1 Mar 19, 2018 v0.17.0 Feb 28, 2018 Changes in this version + type ClusterRuleInfo struct + type InfoFlag struct + func NewInfoFlag(ctx context.Context) (*InfoFlag, context.Context) + func (f *InfoFlag) Apply(ctx context.Context, update types.ArrayUpdateSpec, ...) error + func (f *InfoFlag) Process(ctx context.Context) error + func (f *InfoFlag) Register(ctx context.Context, fs *flag.FlagSet) + func (f *InfoFlag) Rule(ctx context.Context) (*ClusterRuleInfo, error) + func (f *InfoFlag) Rules(ctx context.Context) ([]types.BaseClusterRuleInfo, error) + type SpecFlag struct + func (s *SpecFlag) Register(ctx context.Context, f *flag.FlagSet)