# Functions
GetConfigMapsReferencedBy returns a list of all names for ConfigMaps referenced by the object The object can be an QuarksStatefulSet or a BOSHDeployment.
GetQJobsReferencedBy returns a list of all QJob referenced by a BOSHDeployment The object can be an QuarksStatefulSet or a BOSHDeployment.
GetQSTSReferencedBy returns a list of all QSTS referenced by a BOSHDeployment The object can be an QuarksStatefulSet or a BOSHDeployment.
GetReconciles returns reconciliation requests for the BOSHDeployments or QuarksStatefulSets that reference an object.
GetSecretsReferencedBy returns a list of all names for Secrets referenced by the object The object can be an QuarksStatefulSet or a BOSHDeployment.
# Constants
ReconcileForBOSHDeployment represents the BOSHDeployment CRD.
ReconcileForPod represents the StatefulSet Kube Resource.
# Type aliases
ReconcileType lists all the types of reconciliations we can return, for controllers that have types that can reference ConfigMaps or Secrets.