Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReplayEvent ¶
func NewReplayEvent() event.GenericEvent
NewReplayEvent returns a replay flow event
func NewResourceEvent ¶
func NewResourceEvent(name, ns string) event.GenericEvent
Types ¶
type Event ¶
type Event struct { metav1.TypeMeta metav1.ObjectMeta }
func (*Event) DeepCopyObject ¶
DeepCopyObject is deep copy method for a event
type SyncType ¶
type SyncType string
const ( // ReplayType sync event type is replay service proxy flow ReplayType SyncType = "replay" )
type WithSyncCache ¶
func (*WithSyncCache) WaitForSync ¶
func (s *WithSyncCache) WaitForSync(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.