status

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL