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