# Packages
No description provided by the author
# Functions
AddObjectsFromPath loads the JSON or YAML file containing Kubernetes API resources and adds them to the provided ObjectRetriever.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjects implements the ObjectRetriever interface by introspecting the objects provided to Add() and returning them when the Kind method is invoked.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSimpleFake returns a client that will respond with the provided objects.
NewSimpleFakeAutoscaling returns a client that will respond with the provided objects.
NewSimpleFakeExp returns a client that will respond with the provided objects.
No description provided by the author
No description provided by the author
No description provided by the author
ObjectReaction returns a ReactionFunc that takes a generic action string of the form <verb>-<resource> or <verb>-<subresource>-<resource> and attempts to return a runtime Object or error that matches the requested action.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Fake implements client.Interface.
No description provided by the author
Fake implements ComponentStatusInterface.
FakeConfigMaps implements ConfigMapInterface.
FakeDaemonSet implements DaemonInterface.
FakeDeployments implements DeploymentsInterface.
No description provided by the author
FakeEndpoints implements EndpointInterface.
FakeEvents implements EventInterface.
No description provided by the author
FakeHorizontalPodAutoscalers implements HorizontalPodAutoscalerInterface.
FakeHorizontalPodAutoscalers implements HorizontalPodAutoscalerInterface.
FakeIngress implements IngressInterface.
FakeJobs implements JobInterface.
FakeLimitRanges implements PodsInterface.
FakeNamespaces implements NamespacesInterface.
FakeNodes implements NodeInterface.
No description provided by the author
No description provided by the author
FakePods implements PodsInterface.
FakePodSecurityPolicy implements PodSecurityPolicyInterface.
FakePodTemplates implements PodTemplatesInterface.
FakeReplicaSets implements ReplicaSetsInterface.
FakeReplicationControllers implements ReplicationControllerInterface.
FakeResourceQuotas implements ResourceQuotaInterface.
FakeScales implements ScaleInterface.
Fake implements SecretInterface.
FakeServiceAccounts implements ServiceAccountsInterface.
Fake implements ServiceInterface.
FakeThirdPartyResources implements ThirdPartyResourceInterface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SimpleProxyReactor is a ProxyReactor.
SimpleReactor is a Reactor.
SimpleWatchReactor is a WatchReactor.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectRetriever abstracts the implementation for retrieving or setting generic objects.
ObjectScheme abstracts the implementation of common operations on objects.
No description provided by the author
ProxyReactor is an interface to allow the composition of proxy get functions.
Reactor is an interface to allow the composition of reaction functions.
No description provided by the author
No description provided by the author
WatchReactor is an interface to allow the composition of watch functions.
# Type aliases
ProxyReactionFunc is a function that returns a ResponseWrapper interface for a given Action.
ReactionFunc is a function that returns an object or error for a given Action.
WatchReactionFunc is a function that returns a watch interface.