Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDuration = time.Duration(60) * time.Second
DefaultDuration is the duration used when no specific duration is needed
Functions ¶
This section is empty.
Types ¶
type RoleReconciler ¶
RoleReconciler is the struct that holds the required fields that are need to reconcile
func NewReconciler ¶ added in v1.1.0
func NewReconciler(base *reconcilers.ReconcilerBase, res *v1alpha1.WorkloadIdentity) *RoleReconciler
NewReconciler expectes reconciler base and workload identity resource and returns a new RoleReconciler object
func (*RoleReconciler) Finalize ¶
func (r *RoleReconciler) Finalize(ctx context.Context) error
Finalize is the implementation of Finalizer
Click to show internal directories.
Click to hide internal directories.