package
0.0.0-20250220225430-5313c66aef82
Repository: https://github.com/ngrok/ngrok-operator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
MIT License Copyright (c) 2024 ngrok, Inc.
MIT License Copyright (c) 2024 ngrok, Inc.
MIT License Copyright (c) 2024 ngrok, Inc.

# Functions

No description provided by the author
CtrlResultForErr is a helper function to convert an error into a ctrl.Result passing through ngrok error mappings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

createOp is the operation for creating a resource.
deleteOp is the operation for deleting a resource (and finalizers).
updateOp is the operation for updating a resource (upsert).

# Structs

BaseController is our standard pattern for writing controllers Note: Non-provided methods are not called during reconcile.
StatusError wraps .Status().*() errors returned from k8s client.

# Type aliases

BaseControllerOp is an enum for the different operations that can be performed by a BaseController.