Documentation ¶
Index ¶
- type Status
- func (s *Status) IsDeleteFailed() bool
- func (s *Status) IsDeleting() bool
- func (s *Status) IsReconcileFailed() bool
- func (s *Status) IsReconcileSucceeded() bool
- func (s *Status) IsReconciling() bool
- func (s *Status) Result() kcv1alpha1.GenericStatus
- func (s *Status) SetDeleteCompleted(err error)
- func (s *Status) SetDeleting(meta metav1.ObjectMeta)
- func (s *Status) SetReconcileCompleted(err error)
- func (s *Status) SetReconciling(meta metav1.ObjectMeta)
- func (s *Status) SetUsefulErrorMessage(errMsg string)
- func (s *Status) WithReconcileCompleted(result reconcile.Result, err error) (reconcile.Result, error)
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 (*Status) IsDeleting ¶
func (*Status) IsReconcileFailed ¶
func (*Status) IsReconcileSucceeded ¶
func (*Status) IsReconciling ¶
func (*Status) Result ¶
func (s *Status) Result() kcv1alpha1.GenericStatus
func (*Status) SetDeleteCompleted ¶
func (*Status) SetDeleting ¶
func (s *Status) SetDeleting(meta metav1.ObjectMeta)
func (*Status) SetReconcileCompleted ¶
func (*Status) SetReconciling ¶
func (s *Status) SetReconciling(meta metav1.ObjectMeta)
func (*Status) SetUsefulErrorMessage ¶
Click to show internal directories.
Click to hide internal directories.