# Functions
No description provided by the author
No description provided by the author
return the EtcdURL.
Returns the master config appropriate for most integration tests.
No description provided by the author
NewMasterComponents creates, initializes and starts master components based on the given config.
Returns a basic master config.
NewSingleContentTypeSerializer wraps a serializer in a NegotiatedSerializer that handles one content type.
RCFromManifest reads a .json file and returns the rc in it.
No description provided by the author
No description provided by the author
RunParallel spawns a goroutine per task in the given queue.
ScaleRC scales the given rc to the given replicas.
StopRC stops the rc via kubectl's stop library.
# Constants
Timeout used in benchmarks, to eg: scale an rc.
Rc manifest used to create pods for benchmarks.
# Structs
Config is a struct of configuration directives for NewMasterComponents.
No description provided by the author
MasterComponents is a control struct for all master components started via NewMasterComponents.
MasterHolder implements.
# Interfaces
MasterReceiver can be used to provide the master to a custom incoming server function.
# Type aliases
Task is a function passed to worker goroutines by RunParallel.