Documentation ¶
Index ¶
Constants ¶
View Source
const ReconcileTime = 30 * time.Second
ReconcileTime is the delay between reconciliations
Variables ¶
This section is empty.
Functions ¶
func AddZookeeperReconciler ¶
AddZookeeperReconciler creates a new ZookeeperCluster Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
Types ¶
type ReconcileZookeeperCluster ¶
type ReconcileZookeeperCluster struct {
// contains filtered or unexported fields
}
ReconcileZookeeperCluster reconciles a ZookeeperCluster object
func YAMLExporterReconciler ¶
func YAMLExporterReconciler(zookeepercluster *zookeeperv1beta1.ZookeeperCluster) *ReconcileZookeeperCluster
YAMLExporterReconciler returns a fake Reconciler which is being used for generating YAML files
func (*ReconcileZookeeperCluster) GenerateYAML ¶
func (r *ReconcileZookeeperCluster) GenerateYAML(inst *zookeeperv1beta1.ZookeeperCluster) error
GenerateYAML generated secondary resource of ZookeeperCluster resources YAML files
Click to show internal directories.
Click to hide internal directories.