public interface CPUStatsFluent<T extends CPUStatsFluent<T>>
extends io.fabric8.docker.api.builder.Fluent<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CPUStatsFluent.CpuUsageNested<N> |
static interface |
CPUStatsFluent.ThrottlingDataNested<N> |
CPUUsage getCpuUsage()
CPUStatsFluent.CpuUsageNested<T> withNewCpuUsage()
CPUStatsFluent.CpuUsageNested<T> withNewCpuUsageLike(CPUUsage item)
CPUStatsFluent.CpuUsageNested<T> editCpuUsage()
Long getSystemCpuUsage()
ThrottlingData getThrottlingData()
T withThrottlingData(ThrottlingData throttlingData)
CPUStatsFluent.ThrottlingDataNested<T> withNewThrottlingData()
CPUStatsFluent.ThrottlingDataNested<T> withNewThrottlingDataLike(ThrottlingData item)
CPUStatsFluent.ThrottlingDataNested<T> editThrottlingData()
T withNewThrottlingData(Long periods, Long throttledPeriods, Long throttledTime)
Copyright © 2015–2016 Red Hat. All rights reserved.