reconciler

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status struct {
	S          kcv1alpha1.GenericStatus
	UpdateFunc func(kcv1alpha1.GenericStatus)
}

func (*Status) IsDeleteFailed

func (s *Status) IsDeleteFailed() bool

func (*Status) IsDeleting

func (s *Status) IsDeleting() bool

func (*Status) IsReconcileFailed

func (s *Status) IsReconcileFailed() bool

func (*Status) IsReconcileSucceeded

func (s *Status) IsReconcileSucceeded() bool

func (*Status) IsReconciling

func (s *Status) IsReconciling() bool

func (*Status) Result

func (s *Status) Result() kcv1alpha1.GenericStatus

func (*Status) SetDeleteCompleted

func (s *Status) SetDeleteCompleted(err error)

func (*Status) SetDeleting

func (s *Status) SetDeleting(meta metav1.ObjectMeta)

func (*Status) SetReconcileCompleted

func (s *Status) SetReconcileCompleted(err error)

func (*Status) SetReconciling

func (s *Status) SetReconciling(meta metav1.ObjectMeta)

func (*Status) SetUsefulErrorMessage

func (s *Status) SetUsefulErrorMessage(errMsg string)

func (*Status) WithReconcileCompleted

func (s *Status) WithReconcileCompleted(result reconcile.Result, err error) (reconcile.Result, error)

Jump to

Keyboard shortcuts

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