Documentation ¶
Index ¶
- Constants
- type MatrixOneClusterActor
- func (r *MatrixOneClusterActor) Finalize(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (bool, error)
- func (r *MatrixOneClusterActor) InitMetricCredential(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (*corev1.Secret, error)
- func (r *MatrixOneClusterActor) InitRootCredential(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) error
- func (r *MatrixOneClusterActor) Observe(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (recon.Action[*v1alpha1.MatrixOneCluster], error)
- func (r *MatrixOneClusterActor) Reconcile(mgr manager.Manager) error
- func (r *MatrixOneClusterActor) Up(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (recon.Action[*v1alpha1.MatrixOneCluster], error)
Constants ¶
View Source
const (
RestoreCompleteAnno = "matrixorigin.io/restore-complete"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatrixOneClusterActor ¶
type MatrixOneClusterActor struct{}
func (*MatrixOneClusterActor) Finalize ¶
func (r *MatrixOneClusterActor) Finalize(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (bool, error)
func (*MatrixOneClusterActor) InitMetricCredential ¶
func (r *MatrixOneClusterActor) InitMetricCredential(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (*corev1.Secret, error)
InitMetricCredential init the MO cluster metric credential
func (*MatrixOneClusterActor) InitRootCredential ¶
func (r *MatrixOneClusterActor) InitRootCredential(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) error
InitRootCredential init the MO cluster root credential
func (*MatrixOneClusterActor) Observe ¶
func (r *MatrixOneClusterActor) Observe(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (recon.Action[*v1alpha1.MatrixOneCluster], error)
func (*MatrixOneClusterActor) Reconcile ¶
func (r *MatrixOneClusterActor) Reconcile(mgr manager.Manager) error
func (*MatrixOneClusterActor) Up ¶
func (r *MatrixOneClusterActor) Up(ctx *recon.Context[*v1alpha1.MatrixOneCluster]) (recon.Action[*v1alpha1.MatrixOneCluster], error)
Click to show internal directories.
Click to hide internal directories.