Documentation ¶
Index ¶
Constants ¶
View Source
const (
HelmCategoryFinalizer = "helmcategories.application.kubesphere.io"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcileHelmCategory ¶
ReconcileWorkspace reconciles a Workspace object
func (*ReconcileHelmCategory) Reconcile ¶
func (r *ReconcileHelmCategory) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a helmcategories object and makes changes based on the state read and what is in the helmreleases.Spec +kubebuilder:rbac:groups=application.kubesphere.io,resources=helmcategories,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=application.kubesphere.io,resources=helmcategories/status,verbs=get;update;patch
func (*ReconcileHelmCategory) SetupWithManager ¶
func (r *ReconcileHelmCategory) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.