public interface VerticalPodAutoscalerCheckpointStatusFluent<A extends VerticalPodAutoscalerCheckpointStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<N> |
static interface |
VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<N> |
@Deprecated HistogramCheckpoint getCpuHistogram()
HistogramCheckpoint buildCpuHistogram()
A withCpuHistogram(HistogramCheckpoint cpuHistogram)
Boolean hasCpuHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> withNewCpuHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> withNewCpuHistogramLike(HistogramCheckpoint item)
VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> editCpuHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> editOrNewCpuHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> editOrNewCpuHistogramLike(HistogramCheckpoint item)
String getFirstSampleStart()
Boolean hasFirstSampleStart()
@Deprecated A withNewFirstSampleStart(String arg0)
String getLastSampleStart()
Boolean hasLastSampleStart()
@Deprecated A withNewLastSampleStart(String arg0)
String getLastUpdateTime()
Boolean hasLastUpdateTime()
@Deprecated A withNewLastUpdateTime(String arg0)
@Deprecated HistogramCheckpoint getMemoryHistogram()
HistogramCheckpoint buildMemoryHistogram()
A withMemoryHistogram(HistogramCheckpoint memoryHistogram)
Boolean hasMemoryHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> withNewMemoryHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> withNewMemoryHistogramLike(HistogramCheckpoint item)
VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> editMemoryHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> editOrNewMemoryHistogram()
VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> editOrNewMemoryHistogramLike(HistogramCheckpoint item)
Integer getTotalSamplesCount()
Boolean hasTotalSamplesCount()
String getVersion()
Boolean hasVersion()
@Deprecated A withNewVersion(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.