Documentation
¶
Overview ¶
Package snapshot contains the shared snapshot-registry interface used by both the CocoonSet and CocoonHibernation reconcilers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry interface {
HasManifest(ctx context.Context, name, reference string) (bool, error)
DeleteManifest(ctx context.Context, name, reference string) error
}
Registry is the subset of epoch's HTTP API the operator reconcilers need. *registryclient.Client from the epoch module satisfies it natively; tests swap in fakes.
Click to show internal directories.
Click to hide internal directories.