# Functions
NewAcceptNewlyObservedReadyPods makes a new AcceptNewlyObservedReadyPods from a real client.
NewHookExecutor makes a HookExecutor from a client.
NewPodWatch creates a pod watching function which is backed by a FIFO/reflector pair.
# Constants
No description provided by the author
# Structs
AcceptNewlyObservedReadyPods is a kubectl.UpdateAcceptor which will accept a deployment if all the containers in all of the pods for the deployment are observed to be ready at least once.
HookExecutor executes a deployment lifecycle hook.
HookExecutorPodClientImpl is a pluggable HookExecutorPodClient.
# Interfaces
HookExecutorPodClient abstracts access to pods.