Documentation ¶
Index ¶
- func Add(mgr manager.Manager) error
- func EnableZiu2011(namespace string, clnt client.Client, scheme *runtime.Scheme, log logr.Logger) error
- func EnableZiu2011ForCR(kind, namespace string, clnt client.Client, scheme *runtime.Scheme, ...) error
- func GetChildObject(xPath string, obj map[string]interface{}) map[string]interface{}
- func ProcessAnalytics(manager *v1alpha1.Manager, clnt client.Client, scheme *runtime.Scheme) (*v1alpha1.Analytics, error)
- func ProcessCassandras(manager *v1alpha1.Manager, clnt client.Client, scheme *runtime.Scheme) ([]*v1alpha1.Cassandra, error)
- func ProcessQueryEngine(manager *v1alpha1.Manager, clnt client.Client, scheme *runtime.Scheme) (*v1alpha1.QueryEngine, error)
- func ProcessRedis(manager *v1alpha1.Manager, clnt client.Client, scheme *runtime.Scheme) ([]*v1alpha1.Redis, error)
- func ReconcileZiu(namespace string, log logr.Logger, clnt client.Client, scheme *runtime.Scheme) (reconcile.Result, error)
- type ReconcileManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new Manager Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func EnableZiu2011 ¶
func EnableZiu2011ForCR ¶
func GetChildObject ¶
func ProcessAnalytics ¶
func ProcessCassandras ¶
func ProcessQueryEngine ¶
func ProcessRedis ¶
Types ¶
type ReconcileManager ¶
type ReconcileManager struct { // This client, initialized using mgr.Client() above, is a split client // that reads objects from the cache and writes to the apiserver. Client client.Client Scheme *runtime.Scheme Manager manager.Manager }
ReconcileManager reconciles a Manager object.
Click to show internal directories.
Click to hide internal directories.