package
0.0.0-20190304061037-f6121d76685d
Repository: https://github.com/appscode/kutil.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewPodControllerRefManager returns a PodControllerRefManager that exposes methods to manage the controllerRef of pods.
RecheckDeletionTimestamp returns a CanAdopt() function to recheck deletion.
# Constants
FailedCreatePodReason is added in an event and in a replica set condition when a pod for a replica set is failed to be created.
FailedDeletePodReason is added in an event and in a replica set condition when a pod for a replica set is failed to be deleted.
SuccessfulCreatePodReason is added in an event when a pod for a replica set is successfully created.
SuccessfulDeletePodReason is added in an event when a pod for a replica set is successfully deleted.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
RealPodControl is the default implementation of PodControlInterface.
SAControllerClientBuilder is a ControllerClientBuilder that returns clients identifying as service accounts.
SimpleControllerClientBuilder returns a fixed client with different user agents.
# Interfaces
ControllerClientBuilder allows you to get clients and configs for controllers.
PodControlInterface is an interface that knows how to add or delete pods created as an interface to allow testing.