Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSyncer ¶ added in v1.1.0
type FakeSyncer struct {
// contains filtered or unexported fields
}
func (FakeSyncer) Sync ¶ added in v1.1.0
func (fs FakeSyncer) Sync(ctx context.Context, cl client.Client, c *elementalv1.ManagedOSVersionChannel) ([]elementalv1.ManagedOSVersion, error)
type FakeSyncerProvider ¶ added in v1.1.0
type FakeSyncerProvider struct { JSON string UnknownType string Asynchronous bool // contains filtered or unexported fields }
func (*FakeSyncerProvider) NewOSVersionsSyncer ¶ added in v1.1.0
func (sp *FakeSyncerProvider) NewOSVersionsSyncer(spec elementalv1.ManagedOSVersionChannelSpec, operatorImage string, config *rest.Config) (syncer.Syncer, error)
Click to show internal directories.
Click to hide internal directories.