Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AnnotationSkipCozystackValues disables injection of cozystack-values secret into HelmRelease // This annotation should be placed on PackageSource AnnotationSkipCozystackValues = "operator.cozystack.io/skip-cozystack-values" // SecretCozystackValues is the name of the secret containing cluster and namespace configuration SecretCozystackValues = "cozystack-values" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageReconciler ¶
PackageReconciler reconciles Package resources
func (*PackageReconciler) SetupWithManager ¶
func (r *PackageReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PackageSourceReconciler ¶
PackageSourceReconciler reconciles PackageSource resources
func (*PackageSourceReconciler) Reconcile ¶
func (r *PackageSourceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop
func (*PackageSourceReconciler) SetupWithManager ¶
func (r *PackageSourceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.