Documentation
¶
Index ¶
- func DMNewer(dmg *v1alpha1.DMGroup, rev string, currentDMs []*v1alpha1.DM) updater.NewFactory[*runtime.DM]
- func InternalServiceName(groupName string) string
- func TaskBoot(state State, c client.Client) task.Task
- func TaskFinalizerDel(state State, c client.Client) task.Task
- func TaskService(state State, c client.Client) task.Task
- func TaskUpdater(state *ReconcileContext, c client.Client, af tracker.AllocateFactory) task.Task
- type Metadata
- type Patch
- type ReconcileContext
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InternalServiceName ¶
func TaskUpdater ¶
func TaskUpdater(state *ReconcileContext, c client.Client, af tracker.AllocateFactory) task.Task
Types ¶
type ReconcileContext ¶
type ReconcileContext struct {
State
}
type State ¶
type State interface {
common.DMSliceStateInitializer
common.RevisionStateInitializer[*runtime.DMGroup]
common.DMGroupState
common.ClusterState
common.DMSliceState
common.RevisionState
common.GroupState[*runtime.DMGroup]
common.ContextClusterNewer[*v1alpha1.DMGroup]
common.ContextObjectNewer[*v1alpha1.DMGroup]
common.ContextSliceNewer[*v1alpha1.DMGroup, *v1alpha1.DM]
common.InstanceSliceState[*runtime.DM]
common.SliceState[*v1alpha1.DM]
common.StatusUpdater
common.StatusPersister[*v1alpha1.DMGroup]
stateutil.IFeatureGates
}
func NewState ¶
func NewState(key types.NamespacedName) State
Click to show internal directories.
Click to hide internal directories.