# Packages

Code generated by imagetag_generator.go; DO NOT EDIT.

# Functions

AddFinalizer adds the provided finalizer to the object and updates it in the cluster.
NewReconciler creates a new Reconciler using the provided configuration.
NewReconcilerTLS creates a new ReconcilerTLS using the provided configuration.
RemoveFinalizer removes the provided finalizer from the object and updates it in the cluster.

# Variables

ErrCertNotReady is returned when cert-manager has not marked the certificate as ready, and no TLS secret has been populated yet.

# Structs

ReconcilerConfig contains configuration used to customize a Reconciler built with NewReconciler.
ReconcilerTLSConfig contains parameters used to create a ReconcilerTLS.

# Interfaces

CryostatClientFactory provides a method for creating Cryostat clients.
OSUtils is an abstraction on functionality that interacts with the operating system.
Reconciler contains helpful methods to communicate with Cryostat It is meant to be embedded within other Reconcilers.
ReconcilerTLS contains methods a reconciler may wish to use when configuring TLS-related functionality.