Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrHarborCfgNotFound = errors.New("harbor server configuration not found") ErrUnexpectedHarborCfgStatus = errors.New("status of Harbor server referred in configuration %s is unexpected") )
Functions ¶
func New ¶
func New(ctx context.Context, configStore *configstore.Store) (commonCtrl.Reconciler, error)
New HarborProject reconciler.
Types ¶
type Reconciler ¶
type Reconciler struct { *commonCtrl.Controller Scheme *runtime.Scheme Harbor *v2.Client RequeueAfterMinutes int }
Reconciler reconciles a project cr.
func (*Reconciler) NormalizeName ¶
func (*Reconciler) SetupWithManager ¶
Click to show internal directories.
Click to hide internal directories.