Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentsGetter ¶
type ComponentsGetter interface { GetComponentStatus(name string) (v1alpha2.ComponentStatus, error) GetSystemHealthStatus() (v1alpha2.HealthStatus, error) GetAllComponentsStatus() ([]v1alpha2.ComponentStatus, error) }
func NewComponentsGetter ¶
func NewComponentsGetter(informers informers.SharedInformerFactory) ComponentsGetter
Click to show internal directories.
Click to hide internal directories.