package
5.2.4+incompatible
Repository: https://github.com/cloudfoundry-incubator/quarks-operator.git
Documentation: pkg.go.dev

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