Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupWithManager ¶
Types ¶
type ConfigMapGeneratorHandler ¶
type ConfigMapGeneratorHandler struct { SourceFromGitRepository *handler.SourceFromGitRepository ConfigmapCreation *handler.ConfigMapCreation }
ConfigMapGeneratorHandler aggregates the handlers of ConfigMapGenerator
type ConfigMapGeneratorReconciler ¶
type ConfigMapGeneratorReconciler struct { reconciler.Result // contains filtered or unexported fields }
ConfigMapGeneratorReconciler reconciles a ConfigMapGenerator object
func NewConfigMapGeneratorReconciler ¶
func NewConfigMapGeneratorReconciler(client client.Client, handler ConfigMapGeneratorHandler) *ConfigMapGeneratorReconciler
func (*ConfigMapGeneratorReconciler) Reconcile ¶
func (r *ConfigMapGeneratorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ConfigMapGeneratorReconciler) SetupWithManager ¶
func (r *ConfigMapGeneratorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.