Versions in this module Expand all Collapse all v0 v0.1.40 Jul 16, 2022 Changes in this version + type Cluster interface + AddAnnotation func(ctx context.Context, key, value string) error + Instances func(ctx context.Context, appName string) ([]*Instance, error) + TryLock func(ctx context.Context, logger dlog.Logger, deploymentName, lockName string) (context.Context, context.CancelFunc, error) + type Instance struct + Annotations map[string]string + Name string v0.1.39 Jul 16, 2022