Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedStat ¶ added in v0.18.0
type AggregatedStat struct {
Id string `json:"id,omitempty"`
ResourceType string `json:"resourceType,omitempty"`
MemLimit uint64 `json:"memLimit,omitempty"`
*info.ContainerStats
}
type AggregatedStats ¶ added in v0.18.0
type AggregatedStats []AggregatedStat
type ContainerStatsHandler ¶ added in v0.18.0
type ContainerStatsHandler struct {
}
type HostStatsHandler ¶ added in v0.18.0
type HostStatsHandler struct {
}
type StatsHandler ¶ added in v0.17.0
type StatsHandler struct {
}
Click to show internal directories.
Click to hide internal directories.