Documentation ¶
Index ¶
- func GetBackupColumnDefinition() []metav1.TableColumnDefinition
- func GetBackupTable(id, instance, status, age, started, finished string, backup runtime.Object) metav1.TableRow
- func IsTypeAvailable(gv string, kind string) bool
- func ResolveError(groupResource schema.GroupResource, err error) error
- type MultiWatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBackupColumnDefinition ¶ added in v4.82.0
func GetBackupColumnDefinition() []metav1.TableColumnDefinition
func GetBackupTable ¶ added in v4.82.0
func IsTypeAvailable ¶ added in v4.82.0
func ResolveError ¶
func ResolveError(groupResource schema.GroupResource, err error) error
Types ¶
type MultiWatcher ¶
type MultiWatcher struct {
// contains filtered or unexported fields
}
func NewEmptyMultiWatch ¶
func NewEmptyMultiWatch() *MultiWatcher
NewEmptyMultiWatch creates an empty watch
func (*MultiWatcher) AddWatcher ¶
func (m *MultiWatcher) AddWatcher(w watch.Interface)
AddWatcher adds a watch to this MultiWatcher
func (*MultiWatcher) ResultChan ¶
func (m *MultiWatcher) ResultChan() <-chan watch.Event
ResultChan aggregates all channels from all watches of this MultiWatch
Click to show internal directories.
Click to hide internal directories.