# Packages

No description provided by the author

# Functions

AsResult uses err to return a ctrl.Result and error to the reconciler runtime, taking into account whether the error is temporary, terminal or neither.
No description provided by the author
No description provided by the author
MarkCondition uses err to mark the condition of the owning object.
NewResultError is used to terminate reconciliation and control whether the request should be re-enqueued by the result parameter.
NewSecret creates a new secret with the given name and namespace.
TemporaryError is used to terminate reconciliation and will result in the request being re-enqueued.
TerminalError is used to terminate reconciliation and will not result in the request being re-enqueued.
WithAnnotations sets the annotations of the ObjectMeta in the secret.
WithData sets the data of the secret.
WithImmutable sets the immutable field of the secret.
WithLabels sets the labels of the ObjectMeta in the secret.
WithStringData sets the string data of the secret.

# Constants

No description provided by the author

# Structs

AccountReconciler reconciles an Account object.
No description provided by the author
OperatorReconciler reconciles a Operator object.
SigningKeyReconciler reconciles a SigningKey object.
UserReconciler reconciles a User object.

# Type aliases

No description provided by the author
No description provided by the author