package cadvisor
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/google/cadvisor/client"
Index ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func (*Client) ContainerInfo ¶
func (self *Client) ContainerInfo( name string, query *info.ContainerInfoRequest) (cinfo *info.ContainerInfo, err error)
func (*Client) MachineInfo ¶
func (self *Client) MachineInfo() (minfo *info.MachineInfo, err error)
Source Files ¶
client.go
- Version
- v0.4.4
- Published
- Nov 19, 2014
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 24 seconds ago –
Tools for package owners.