cadvisor

package
v0.15.1-0...-94ae93a Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2015 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Kubelet interactions with cAdvisor.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fake

type Fake struct {
}

Fake cAdvisor implementation.

func (*Fake) ContainerInfo

func (c *Fake) ContainerInfo(name string, req *cadvisorApi.ContainerInfoRequest) (*cadvisorApi.ContainerInfo, error)

func (*Fake) DockerContainer

func (c *Fake) DockerContainer(name string, req *cadvisorApi.ContainerInfoRequest) (cadvisorApi.ContainerInfo, error)

func (*Fake) DockerImagesFsInfo

func (c *Fake) DockerImagesFsInfo() (cadvisorApiV2.FsInfo, error)

func (*Fake) GetPastEvents

func (c *Fake) GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error)

func (*Fake) MachineInfo

func (c *Fake) MachineInfo() (*cadvisorApi.MachineInfo, error)

func (*Fake) VersionInfo

func (c *Fake) VersionInfo() (*cadvisorApi.VersionInfo, error)

type Interface

type Interface interface {
	DockerContainer(name string, req *cadvisorApi.ContainerInfoRequest) (cadvisorApi.ContainerInfo, error)
	ContainerInfo(name string, req *cadvisorApi.ContainerInfoRequest) (*cadvisorApi.ContainerInfo, error)
	MachineInfo() (*cadvisorApi.MachineInfo, error)

	VersionInfo() (*cadvisorApi.VersionInfo, error)

	// Returns usage information about the filesystem holding Docker images.
	DockerImagesFsInfo() (cadvisorApiV2.FsInfo, error)

	// Get past events that have been detected and that fit the request.
	GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error)
}

Interface is an abstract interface for testability. It abstracts the interface to cAdvisor.

func New

func New(port uint) (Interface, error)

Creates a cAdvisor and exports its API on the specified port if port > 0.

type Mock

type Mock struct {
	mock.Mock
}

func (*Mock) ContainerInfo

func (c *Mock) ContainerInfo(name string, req *cadvisorApi.ContainerInfoRequest) (*cadvisorApi.ContainerInfo, error)

ContainerInfo is a mock implementation of Interface.ContainerInfo.

func (*Mock) DockerContainer

func (c *Mock) DockerContainer(name string, req *cadvisorApi.ContainerInfoRequest) (cadvisorApi.ContainerInfo, error)

DockerContainer is a mock implementation of Interface.DockerContainer.

func (*Mock) DockerImagesFsInfo

func (c *Mock) DockerImagesFsInfo() (cadvisorApiV2.FsInfo, error)

func (*Mock) GetPastEvents

func (c *Mock) GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error)

func (*Mock) MachineInfo

func (c *Mock) MachineInfo() (*cadvisorApi.MachineInfo, error)

MachineInfo is a mock implementation of Interface.MachineInfo.

func (*Mock) VersionInfo

func (c *Mock) VersionInfo() (*cadvisorApi.VersionInfo, error)

Jump to

Keyboard shortcuts

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