clusterstatus

package
v4.2.293+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

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 ListNodesRequest struct {
	NodeNames []string
	InCluster bool
}

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL