pub type ThrottlingData = ThrottlingData;👎Deprecated since 0.8.0: Please use
docker_sdk::container::ThrottlingData. This will be removed in 0.9.0.Aliased Type§
pub struct ThrottlingData {
pub periods: u64,
pub throttled_periods: u64,
pub throttled_time: u64,
}Fields§
§periods: u64§throttled_periods: u64§throttled_time: u64