Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerOperation ¶
type ContainerOperation interface { AddPods([]*datahub_api.Pod) error DeletePods([]*datahub_api.Pod) error ListAlamedaPods(string, string, datahub_api.Kind, *datahub_api.TimeRange) ([]*datahub_api.Pod, error) }
ContainerOperation provides container measurement operations
type ControllerOperation ¶ added in v0.3.9
type ControllerOperation interface { CreateControllers([]*datahub_api.Controller) error ListControllers(*datahub_api.ListControllersRequest) ([]*datahub_api.Controller, error) DeleteControllers(*datahub_api.DeleteControllersRequest) error }
type ListNodesRequest ¶ added in v0.3.0
type NodeOperation ¶
type NodeOperation interface { RegisterAlamedaNodes([]*datahub_api.Node) error DeregisterAlamedaNodes([]*datahub_api.Node) error ListAlamedaNodes(timeRange *datahub_api.TimeRange) ([]*datahub_api.Node, error) ListNodes(ListNodesRequest) ([]*datahub_api.Node, error) }
Node provides node measurement operations
Click to show internal directories.
Click to hide internal directories.