Documentation ¶
Index ¶
- Constants
- type Controller
- func (c *Controller) Finalize(ctx *recon.Context[*corev1.Pod]) (bool, error)
- func (c *Controller) Observe(ctx *recon.Context[*corev1.Pod]) (recon.Action[*corev1.Pod], error)
- func (c *Controller) OnDeleted(ctx *recon.Context[*corev1.Pod]) error
- func (c *Controller) Reconcile(mgr manager.Manager) error
Constants ¶
View Source
const (
LockRestartSet = "matrixorigin.io/lock-restart"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(mgr *mocli.MORPCClientManager, qc *querycli.Client) *Controller
Click to show internal directories.
Click to hide internal directories.