# Functions

No description provided by the author
NewServiceControllerRefManager returns a ServiceControllerRefManager that exposes methods to manage the controllerRef of services.

# 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.
No description provided by the author
FailedDeletePodReason is added in an event and in a replica set condition when a pod for a replica set is failed to be deleted.
No description provided by the author
SuccessfulCreatePodReason is added in an event when a pod for a replica set is successfully created.
No description provided by the author
SuccessfulDeletePodReason is added in an event when a pod for a replica set is successfully deleted.
No description provided by the author

# Structs

No description provided by the author
RealPodControl is the default implementation of PodControlInterface.
RealServiceControl is the default implementation of ServiceControlInterface.
No description provided by the author

# Interfaces

ServiceControlInterface is an interface that knows how to add or delete Services created as an interface to allow testing.