# Functions

No description provided by the author
No description provided by the author
NewPodControllerRefManager returns a PodControllerRefManager that exposes methods to manage the controllerRef of pods.
NewSchedulerPluginsControl returns a SchedulerPluginsControl.
NewServiceControllerRefManager returns a ServiceControllerRefManager that exposes methods to manage the controllerRef of services.
NewVolcanoControl returns a VolcanoControl.
No description provided by the author

# Constants

FailedCreatePodReason is added in an event and in a job condition when a pod for a replica set is failed to be created.
FailedCreateServiceReason is added in an event and in a job controller condition when a service for a job is failed to be created.
FailedDeletePodReason is added in an event and in a job condition when a pod for a replica set is failed to be deleted.
FailedDeleteServiceReason is added in an event and in a job condition when a service for a job is failed to be deleted.
SuccessfulCreatePodReason is added in an event when a pod for a job is successfully created.
SuccessfulCreateServiceReason is added in an event when a service for a job is successfully created.
SuccessfulDeletePodReason is added in an event when a pod for a job is successfully deleted.
SuccessfulDeleteServiceReason is added in an event when a service for a job is successfully deleted.

# Structs

No description provided by the author
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.
RealServiceControl is the default implementation of ServiceControlInterface.
SchedulerPluginsControl is the implementation of PodGroupControlInterface with scheduler-plugins.
No description provided by the author
VolcanoControl is the implementation of PodGroupControlInterface with volcano.

# Interfaces

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