 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	NssCRs = []string{constant.NamespaceScopeCrName, constant.OdlmScopeNssCrName}
)
    Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
	*deploy.ODLMOperator
}
    Reconciler automagically updates NamespaceScope CR with the proporly namespace
func (*Reconciler) ReconcileOperandRequest ¶
func (r *Reconciler) ReconcileOperandRequest(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reconcileErr error)
ReconcileOperandRequest reads that state of the cluster for OperandRequest object and update NamespaceScope CR based on the state read
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds namespacescope controller to the manager.
 Click to show internal directories. 
   Click to hide internal directories.