public interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
ReplicationControllerFluent.MetadataNested<N> |
static interface |
ReplicationControllerFluent.SpecNested<N> |
static interface |
ReplicationControllerFluent.StatusNested<N> |
String getApiVersion()
String getKind()
ObjectMeta getMetadata()
T withMetadata(ObjectMeta metadata)
ReplicationControllerFluent.MetadataNested<T> withNewMetadata()
ReplicationControllerFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
ReplicationControllerFluent.MetadataNested<T> editMetadata()
ReplicationControllerSpec getSpec()
T withSpec(ReplicationControllerSpec spec)
ReplicationControllerFluent.SpecNested<T> withNewSpec()
ReplicationControllerFluent.SpecNested<T> withNewSpecLike(ReplicationControllerSpec item)
ReplicationControllerFluent.SpecNested<T> editSpec()
ReplicationControllerStatus getStatus()
T withStatus(ReplicationControllerStatus status)
ReplicationControllerFluent.StatusNested<T> withNewStatus()
ReplicationControllerFluent.StatusNested<T> withNewStatusLike(ReplicationControllerStatus item)
ReplicationControllerFluent.StatusNested<T> editStatus()
T withNewStatus(Integer fullyLabeledReplicas, Long observedGeneration, Integer replicas)
Copyright © 2011–2016 Red Hat. All rights reserved.