Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier interface { Initialize() error Run(ctx context.Context, invInfo inventory.InventoryInfo, objects []*unstructured.Unstructured, options apply.Options) <-chan event.Event }
type ApplierFactory ¶
type ApplierFactory interface {
New() Applier
}
type GitopsWorker ¶
type GitopsWorkerFactory ¶
type GitopsWorkerFactory interface {
New(int64, *agentcfg.ManifestProjectCF) GitopsWorker
}
Click to show internal directories.
Click to hide internal directories.