public interface VerticalPodAutoscalerCheckpointFluent<A extends VerticalPodAutoscalerCheckpointFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VerticalPodAutoscalerCheckpointFluent.MetadataNested<N> |
static interface |
VerticalPodAutoscalerCheckpointFluent.SpecNested<N> |
static interface |
VerticalPodAutoscalerCheckpointFluent.StatusNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
Boolean hasMetadata()
VerticalPodAutoscalerCheckpointFluent.MetadataNested<A> withNewMetadata()
VerticalPodAutoscalerCheckpointFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
VerticalPodAutoscalerCheckpointFluent.MetadataNested<A> editMetadata()
VerticalPodAutoscalerCheckpointFluent.MetadataNested<A> editOrNewMetadata()
VerticalPodAutoscalerCheckpointFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
@Deprecated VerticalPodAutoscalerCheckpointSpec getSpec()
VerticalPodAutoscalerCheckpointSpec buildSpec()
A withSpec(VerticalPodAutoscalerCheckpointSpec spec)
Boolean hasSpec()
VerticalPodAutoscalerCheckpointFluent.SpecNested<A> withNewSpec()
VerticalPodAutoscalerCheckpointFluent.SpecNested<A> withNewSpecLike(VerticalPodAutoscalerCheckpointSpec item)
VerticalPodAutoscalerCheckpointFluent.SpecNested<A> editSpec()
VerticalPodAutoscalerCheckpointFluent.SpecNested<A> editOrNewSpec()
VerticalPodAutoscalerCheckpointFluent.SpecNested<A> editOrNewSpecLike(VerticalPodAutoscalerCheckpointSpec item)
@Deprecated VerticalPodAutoscalerCheckpointStatus getStatus()
VerticalPodAutoscalerCheckpointStatus buildStatus()
A withStatus(VerticalPodAutoscalerCheckpointStatus status)
Boolean hasStatus()
VerticalPodAutoscalerCheckpointFluent.StatusNested<A> withNewStatus()
VerticalPodAutoscalerCheckpointFluent.StatusNested<A> withNewStatusLike(VerticalPodAutoscalerCheckpointStatus item)
VerticalPodAutoscalerCheckpointFluent.StatusNested<A> editStatus()
VerticalPodAutoscalerCheckpointFluent.StatusNested<A> editOrNewStatus()
VerticalPodAutoscalerCheckpointFluent.StatusNested<A> editOrNewStatusLike(VerticalPodAutoscalerCheckpointStatus item)
Copyright © 2015–2020 Red Hat. All rights reserved.