Documentation ¶
Index ¶
Constants ¶
View Source
const ( HBaseControllerNameKey = "hbase-controller-name" HBaseControllerRevisionKey = "hbase-controller-revision" )
Variables ¶
This section is empty.
Functions ¶
func DeepHashObject ¶
DeepHashObject writes specified object to hash using the spew library which follows pointers and prints actual values of the nested objects ensuring the hash does not change when a pointer changes.
Types ¶
type HBaseReconciler ¶
type HBaseReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme GhAdmin gohbase.AdminClient }
HBaseReconciler reconciles a HBase object
func (*HBaseReconciler) SetupWithManager ¶
func (r *HBaseReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.