Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
func NewSyncerWithContext ¶
NewSyncerWithContext creates a new Syncer with the given client, logger and context.
func (*Syncer) SetContext ¶
SetContext sets a new context for the Syncer.
func (*Syncer) SyncSnapshot ¶
func (s *Syncer) SyncSnapshot(snapshot *applicationapiv1alpha1.Snapshot, namespace string) error
SyncSnapshot syncs a Snapshot into the given namespace. If an exiting one is found, no operations will be taken.
Click to show internal directories.
Click to hide internal directories.