docs
This commit is contained in:
parent
d8e9f8e5a9
commit
d8acc13240
@ -58,7 +58,8 @@ type ContainerReference struct {
|
|||||||
Aliases []string `json:"aliases,omitempty"`
|
Aliases []string `json:"aliases,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ContainerInfoQuery specifies how much data users want to get about a container
|
// ContainerInfoQuery is used when users check a container info from the REST api.
|
||||||
|
// It specifies how much data users want to get about a container
|
||||||
type ContainerInfoQuery struct {
|
type ContainerInfoQuery struct {
|
||||||
NumStats int `json:"num_stats,omitempty"`
|
NumStats int `json:"num_stats,omitempty"`
|
||||||
NumSamples int `json:"num_samples,omitempty"`
|
NumSamples int `json:"num_samples,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user