mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
@ -57,6 +57,8 @@ type InspectPodData struct {
|
||||
CPUQuota int64 `json:"cpu_quota,omitempty"`
|
||||
// CPUSetCPUs contains linux specific CPU data for the pod
|
||||
CPUSetCPUs string `json:"cpuset_cpus,omitempty"`
|
||||
// Mounts contains volume related information for the pod
|
||||
Mounts []InspectMount `json:"mounts,omitempty"`
|
||||
}
|
||||
|
||||
// InspectPodInfraConfig contains the configuration of the pod's infra
|
||||
|
Reference in New Issue
Block a user