Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - type ClusterAdminReconciler
 - func (car *ClusterAdminReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
 - func (car *ClusterAdminReconciler) SetAPIServerAccess(apiServerAccess apiserverutils.APIServerAccess) *ClusterAdminReconciler
 - func (car *ClusterAdminReconciler) SetupWithManager(mgr ctrl.Manager) error
 
Constants ¶
      View Source
      
  
const (
	ControllerName = "ClusterAdmin"
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterAdminReconciler ¶
type ClusterAdminReconciler struct {
	Client           client.Client
	Config           *authzconfig.ClusterAdmin
	APIServerAccess  apiserverutils.APIServerAccess
	EventBroadcaster record.EventBroadcaster
	EventRecorder    record.EventRecorder
}
    ClusterAdminReconciler reconciles a ClusterAdmin object
func NewClusterAdminReconciler ¶
func NewClusterAdminReconciler(c client.Client, config *authzconfig.AuthorizationConfig) *ClusterAdminReconciler
NewClusterAdminReconciler creates a new ClusterAdminReconciler
func (*ClusterAdminReconciler) Reconcile ¶
func (car *ClusterAdminReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles the ClusterAdmin object
func (*ClusterAdminReconciler) SetAPIServerAccess ¶
func (car *ClusterAdminReconciler) SetAPIServerAccess(apiServerAccess apiserverutils.APIServerAccess) *ClusterAdminReconciler
func (*ClusterAdminReconciler) SetupWithManager ¶
func (car *ClusterAdminReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the controller-runtime manager
 Click to show internal directories. 
   Click to hide internal directories.