Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppRevisionReconciler ¶
type AppRevisionReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
AppRevisionReconciler reconciles a AppRevision object
func (*AppRevisionReconciler) SetupWithManager ¶
func (r *AppRevisionReconciler) SetupWithManager(mgr ctrl.Manager) error
type StackAppReconciler ¶
type StackAppReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
StackAppReconciler reconciles a StackApp object
func (*StackAppReconciler) SetupWithManager ¶
func (r *StackAppReconciler) SetupWithManager(mgr ctrl.Manager) error
type StackReleaseReconciler ¶
type StackReleaseReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Metrics promv1.API }
StackReleaseReconciler reconciles a StackRelease object
func (*StackReleaseReconciler) SetupWithManager ¶
func (r *StackReleaseReconciler) SetupWithManager(mgr ctrl.Manager) error
type StackValueReconciler ¶
StackValueReconciler reconciles a StackValue object
func (*StackValueReconciler) SetupWithManager ¶
func (r *StackValueReconciler) SetupWithManager(mgr ctrl.Manager) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.