Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusUpdater ¶
type StatusUpdater interface { UpdateKodeStatus(ctx context.Context, kode *kodev1alpha1.Kode, phase kodev1alpha1.KodePhase, conditions []metav1.Condition, lastError string, lastErrorTime *metav1.Time) error UpdateEntryPointsStatus(ctx context.Context, config *common.EntryPointResourceConfig, phase kodev1alpha1.EntryPointPhase, conditions []metav1.Condition, lastError string, lastErrorTime *metav1.Time) error }
StatusUpdater defines the interface for updating the status of a Kode and entry point resources. config *common.KodeResourcesConfig,
func NewDefaultStatusUpdater ¶
func NewDefaultStatusUpdater(client client.Client, log logr.Logger) StatusUpdater
Click to show internal directories.
Click to hide internal directories.