Documentation
¶
Index ¶
- type StatusWrapper
- func (s *StatusWrapper) ComputeConditions(bfr *v1.BackfillRequest) []metav1.Condition
- func (s *StatusWrapper) CurrentConfiguration(request *v1.BackfillRequest) (string, error)
- func (s *StatusWrapper) ExtractConfigurationHash() error
- func (s *StatusWrapper) ExtractPhase() error
- func (s *StatusWrapper) GetPhase() stream.Phase
- func (s *StatusWrapper) LastAppliedConfiguration() string
- func (s *StatusWrapper) RecomputeConfiguration(request *v1.BackfillRequest) error
- func (s *StatusWrapper) SetConditions(conditions []metav1.Condition) error
- func (s *StatusWrapper) SetPhase(phase stream.Phase) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusWrapper ¶
type StatusWrapper struct {
// contains filtered or unexported fields
}
func NewStatusWrapper ¶
func NewStatusWrapper(u *unstructured.Unstructured) *StatusWrapper
func (*StatusWrapper) ComputeConditions ¶
func (s *StatusWrapper) ComputeConditions(bfr *v1.BackfillRequest) []metav1.Condition
func (*StatusWrapper) CurrentConfiguration ¶
func (s *StatusWrapper) CurrentConfiguration(request *v1.BackfillRequest) (string, error)
func (*StatusWrapper) ExtractConfigurationHash ¶
func (s *StatusWrapper) ExtractConfigurationHash() error
func (*StatusWrapper) ExtractPhase ¶
func (s *StatusWrapper) ExtractPhase() error
func (*StatusWrapper) GetPhase ¶
func (s *StatusWrapper) GetPhase() stream.Phase
func (*StatusWrapper) LastAppliedConfiguration ¶
func (s *StatusWrapper) LastAppliedConfiguration() string
func (*StatusWrapper) RecomputeConfiguration ¶
func (s *StatusWrapper) RecomputeConfiguration(request *v1.BackfillRequest) error
func (*StatusWrapper) SetConditions ¶
func (s *StatusWrapper) SetConditions(conditions []metav1.Condition) error
Click to show internal directories.
Click to hide internal directories.