package
1.0.5
Repository: https://github.com/dgoodwin/origin.git
Documentation: pkg.go.dev

# Functions

NewAcceptNewlyObservedReadyPods makes a new AcceptNewlyObservedReadyPods from a real client.
NewPodWatch creates a pod watching function which is backed by a FIFO/reflector pair.

# 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.