Versions in this module Expand all Collapse all v4 v4.22.0 Oct 23, 2023 Changes in this version + func CliCommand(version, dateBuilt string) *cli.Command + func OptSetNowFn(fn func() time.Time) func(*PullRunner) + type DeploymentConfigDiff struct + AddResources []DeploymentConfigMeta + MainConfig *DeploymentConfigMeta + RemoveResources []string + type DeploymentConfigMeta struct + Modified int64 + Name string + type PullRunner struct + func NewPullRunner(c *cli.Context, version, dateBuilt, token, secret string, ...) (*PullRunner, error) + func (r *PullRunner) Stop(ctx context.Context) error + func (r *PullRunner) Sync(ctx context.Context)