Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) StatusAsYAMLBytes ¶
type CRDAppWatcher ¶
type CRDAppWatcher struct {
// contains filtered or unexported fields
}
func NewCRDAppWatcher ¶
func NewCRDAppWatcher(app v1alpha1.App, appClient kcclient.Interface) CRDAppWatcher
type ReconcileTimer ¶ added in v0.15.0
type ReconcileTimer struct {
// contains filtered or unexported fields
}
func NewReconcileTimer ¶ added in v0.15.0
func NewReconcileTimer(app v1alpha1.App) ReconcileTimer
func (ReconcileTimer) DurationUntilReady ¶ added in v0.15.0
func (rt ReconcileTimer) DurationUntilReady(err error) time.Duration
Click to show internal directories.
Click to hide internal directories.