Versions in this module Expand all Collapse all v0 v0.2.0 Feb 11, 2017 Changes in this version + type Operator interface + Create func(ctx context.Context, name string, spec spec.ClusterSpec) error + Delete func(ctx context.Context, name string) error + Get func(ctx context.Context, name string) (*spec.EtcdCluster, error) + List func(ctx context.Context) (*spec.EtcdClusterList, error) + Update func(ctx context.Context, name string, spec spec.ClusterSpec) error + func NewOperator(namespace string) (Operator, error)