Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( NewReconciler, )
Functions ¶
This section is empty.
Types ¶
type LogActionWriter ¶ added in v0.31.0
type LogActionWriter struct {
// contains filtered or unexported fields
}
func (*LogActionWriter) LastLogTime ¶ added in v0.31.0
func (w *LogActionWriter) LastLogTime() time.Time
LastLogTime returns the timestamp of the last log message seen or zero time if none.
The last log message seen timestamp might be before the `since` argument, so was discarded.
This method is not goroutine-safe: it is intended to be used after the writer is done.
type ProjectWatch ¶ added in v0.31.0
type ProjectWatch struct {
// contains filtered or unexported fields
}
Keeps track of the projects we're currently watching.
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func NewReconciler(client ctrlclient.Client, store store.RStore, dcc dockercompose.DockerComposeClient, dc docker.Client) *Reconciler
func (*Reconciler) CreateBuilder ¶
Click to show internal directories.
Click to hide internal directories.