public class VerticalPodAutoscalerCheckpointStatusFluent<A extends VerticalPodAutoscalerCheckpointStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<N> |
class |
VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<N> |
| Constructor and Description |
|---|
VerticalPodAutoscalerCheckpointStatusFluent() |
VerticalPodAutoscalerCheckpointStatusFluent(VerticalPodAutoscalerCheckpointStatus instance) |
public VerticalPodAutoscalerCheckpointStatusFluent()
public VerticalPodAutoscalerCheckpointStatusFluent(VerticalPodAutoscalerCheckpointStatus instance)
protected void copyInstance(VerticalPodAutoscalerCheckpointStatus instance)
public HistogramCheckpoint buildCpuHistogram()
public A withCpuHistogram(HistogramCheckpoint cpuHistogram)
public boolean hasCpuHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> withNewCpuHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> withNewCpuHistogramLike(HistogramCheckpoint item)
public VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> editCpuHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> editOrNewCpuHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.CpuHistogramNested<A> editOrNewCpuHistogramLike(HistogramCheckpoint item)
public String getFirstSampleStart()
public boolean hasFirstSampleStart()
public String getLastSampleStart()
public boolean hasLastSampleStart()
public String getLastUpdateTime()
public boolean hasLastUpdateTime()
public HistogramCheckpoint buildMemoryHistogram()
public A withMemoryHistogram(HistogramCheckpoint memoryHistogram)
public boolean hasMemoryHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> withNewMemoryHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> withNewMemoryHistogramLike(HistogramCheckpoint item)
public VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> editMemoryHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> editOrNewMemoryHistogram()
public VerticalPodAutoscalerCheckpointStatusFluent.MemoryHistogramNested<A> editOrNewMemoryHistogramLike(HistogramCheckpoint item)
public Integer getTotalSamplesCount()
public boolean hasTotalSamplesCount()
public String getVersion()
public boolean hasVersion()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VerticalPodAutoscalerCheckpointStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VerticalPodAutoscalerCheckpointStatusFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.