Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompleteRegistry ¶ added in v1.0.0
type CompleteRegistry interface { registry.Registry registry.ClusterRegistry }
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func New ¶
func New(reg CompleteRegistry, lManager lease.Manager, rStream pkg.EventStream, mach machine.Machine, updateEngineState func(newEngine machine.MachineState)) *Engine
func (*Engine) IsGrpcLeader ¶ added in v1.0.0
IsGrpcLeader checks if the current leader has gRPC capabilities enabled or error if there is not a elected leader yet.
type Reconciler ¶ added in v0.5.4
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶ added in v0.7.0
func NewReconciler() *Reconciler
func (*Reconciler) Reconcile ¶ added in v0.5.4
func (r *Reconciler) Reconcile(e *Engine, stop chan struct{})
Click to show internal directories.
Click to hide internal directories.