controllers

package
v0.3.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImagePullSecretReconciler

type ImagePullSecretReconciler struct {
	client.Client
	Log          logur.Logger
	ErrorHandler emperror.ErrorHandler
	Recorder     record.EventRecorder

	ResourceReconciler        reconciler.ResourceReconciler
	PeriodicReconcileInterval time.Duration
}

AlertingPolicyReconciler reconciles a AlertingPolicy object

func (*ImagePullSecretReconciler) Reconcile

+kubebuilder:rbac:groups=images.banzaicloud.io,resources=imagepullsecrets,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=images.banzaicloud.io,resources=imagepullsecrets/status,verbs=get;update;patch +kubebuilder:rbac:groups="",resources=configmaps,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups="",resources=events,verbs=create;update;patch

func (*ImagePullSecretReconciler) SetupWithManager

func (r *ImagePullSecretReconciler) SetupWithManager(mgr ctrl.Manager) error

type RefresherReconciler added in v0.2.0

type RefresherReconciler struct {
	client.Client
	Log          logur.Logger
	ErrorHandler emperror.ErrorHandler

	ResourceReconciler        reconciler.ResourceReconciler
	PeriodicReconcileInterval time.Duration
	SourceSecrets             []types.NamespacedName
	TargetSecret              types.NamespacedName
}

RefresherReconciler reconciles a AlertingPolicy object

func (*RefresherReconciler) Reconcile added in v0.2.0

func (r *RefresherReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

+kubebuilder:rbac:groups="",resources=secrets,verbs=get;list;watch;create;update;patch;delete

func (*RefresherReconciler) SetupWithManager added in v0.2.0

func (r *RefresherReconciler) SetupWithManager(mgr ctrl.Manager) error

type StringSet

type StringSet []string

func (StringSet) Has

func (s StringSet) Has(needle string) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL