testutil

package
v1.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2017 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckObjectFromChan added in v1.5.0

func CheckObjectFromChan(c chan runtime.Object, checkFunction CheckingFunction) error

CheckObjectFromChan tries to get an object matching the given check function within a reasonable time.

func CompareObjectMeta added in v1.5.0

func CompareObjectMeta(a, b api_v1.ObjectMeta) error

CompareObjectMeta returns an error when the given objects are not equivalent.

func GetObjectFromChan

func GetObjectFromChan(c chan runtime.Object) runtime.Object

GetObjectFromChan tries to get an api object from the given channel within a reasonable time.

func NewCluster

func NewCluster(name string, readyStatus api_v1.ConditionStatus) *federation_api.Cluster

NewCluster builds a new cluster object.

func RegisterFakeCopyOnCreate

func RegisterFakeCopyOnCreate(resource string, client *core.Fake, watcher *WatcherDispatcher) chan runtime.Object

RegisterFakeCopyOnCreate registers a reactor in the given fake client that passes all created objects to the given watcher and also copies them to a channel for in-test inspection.

func RegisterFakeCopyOnUpdate

func RegisterFakeCopyOnUpdate(resource string, client *core.Fake, watcher *WatcherDispatcher) chan runtime.Object

RegisterFakeCopyOnUpdate registers a reactor in the given fake client that passes all updated objects to the given watcher and also copies them to a channel for in-test inspection.

func RegisterFakeList

func RegisterFakeList(resource string, client *core.Fake, obj runtime.Object)

RegisterFakeList registers a list response for the specified resource inside the given fake client. The passed value will be returned with every list call.

func ToFederatedInformerForTestOnly

func ToFederatedInformerForTestOnly(informer util.FederatedInformer) util.FederatedInformerForTestOnly

func WaitForStoreUpdate added in v1.5.0

func WaitForStoreUpdate(store util.FederatedReadOnlyStore, clusterName, key string, timeout time.Duration) error

Ensure a key is in the store before returning (or timeout w/ error)

func WaitForStoreUpdateChecking added in v1.5.0

func WaitForStoreUpdateChecking(store util.FederatedReadOnlyStore, clusterName, key string, timeout time.Duration,
	checkFunction CheckingFunction) error

Ensure a key is in the store before returning (or timeout w/ error)

Types

type CheckingFunction added in v1.5.0

type CheckingFunction func(runtime.Object) error

func MetaAndSpecCheckingFunction added in v1.5.0

func MetaAndSpecCheckingFunction(expected runtime.Object) CheckingFunction

type WatcherDispatcher

type WatcherDispatcher struct {
	sync.Mutex
	// contains filtered or unexported fields
}

A structure that distributes eventes to multiple watchers.

func RegisterFakeWatch

func RegisterFakeWatch(resource string, client *core.Fake) *WatcherDispatcher

RegisterFakeWatch adds a new fake watcher for the specified resource in the given fake client. All subsequent requests for a watch on the client will result in returning this fake watcher.

func (*WatcherDispatcher) Action

func (wd *WatcherDispatcher) Action(action watch.EventType, obj runtime.Object)

Action sends an event of the requested type, for table-based testing.

func (*WatcherDispatcher) Add

func (wd *WatcherDispatcher) Add(obj runtime.Object)

Add sends an add event.

func (*WatcherDispatcher) Delete

func (wd *WatcherDispatcher) Delete(lastValue runtime.Object)

Delete sends a delete event.

func (*WatcherDispatcher) Error

func (wd *WatcherDispatcher) Error(errValue runtime.Object)

Error sends an Error event.

func (*WatcherDispatcher) Modify

func (wd *WatcherDispatcher) Modify(obj runtime.Object)

Modify sends a modify event.

func (*WatcherDispatcher) Stop added in v1.5.0

func (wd *WatcherDispatcher) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL