package
1.4.0-alpha.0
Repository: https://github.com/jim-minter/origin.git
Documentation: pkg.go.dev

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