package
1.10.0-alpha.0
Repository: https://github.com/kubernetes/federation.git
Documentation: pkg.go.dev
# Functions
Adds an update reactor to the given fake client.
No description provided by the author
CheckObjectFromChan tries to get an object matching the given check function within a reasonable time.
CompareObjectMeta returns an error when the given objects are not equivalent.
GetObjectFromChan tries to get an api object from the given channel within a reasonable time.
No description provided by the author
NewCluster builds a new cluster object.
No description provided by the author
RegisterFakeClusterGet registers a get response for the cluster resource inside the given fake client.
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.
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.
RegisterFakeList registers a list response for the specified resource inside the given fake client.
RegisterFakeOnCreate registers a reactor in the given fake client that passes all created objects to the given watcher.
RegisterFakeOnDelete registers a reactor in the given fake client that passes all deleted objects to the given watcher.
RegisterFakeOnUpdate registers a reactor in the given fake client that passes all updated objects to the given watcher.
RegisterFakeWatch adds a new fake watcher for the specified resource in the given fake client.
No description provided by the author
Ensure a key is in the store before returning (or timeout w/ error).
Ensure a key is in the store before returning (or timeout w/ error).
# Structs
A structure that distributes events to multiple watchers.
# Type aliases
No description provided by the author