public class ReplicaSetListFluentImpl<A extends ReplicaSetListFluent<A>> extends BaseFluent<A> implements ReplicaSetListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicaSetListFluentImpl.ItemsNestedImpl<N> |
class |
ReplicaSetListFluentImpl.MetadataNestedImpl<N> |
ReplicaSetListFluent.ItemsNested<N>, ReplicaSetListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
ReplicaSetListFluentImpl() |
ReplicaSetListFluentImpl(ReplicaSetList instance) |
| Modifier and Type | Method and Description |
|---|---|
ReplicaSetListFluent.ItemsNested<A> |
addNewItem() |
ReplicaSetListFluent.ItemsNested<A> |
addNewItemLike(ReplicaSet item) |
A |
addToItems(ReplicaSet... items) |
ReplicaSetListFluent.MetadataNested<A> |
editMetadata() |
ReplicaSetListFluent.MetadataNested<A> |
editOrNewMetadata() |
ReplicaSetListFluent.MetadataNested<A> |
editOrNewMetadataLike(ListMeta item) |
boolean |
equals(Object o) |
String |
getApiVersion() |
List<ReplicaSet> |
getItems() |
String |
getKind() |
ListMeta |
getMetadata() |
A |
removeFromItems(ReplicaSet... items) |
A |
withApiVersion(String apiVersion) |
A |
withItems(List<ReplicaSet> items) |
A |
withItems(ReplicaSet... items) |
A |
withKind(String kind) |
A |
withMetadata(ListMeta metadata) |
ReplicaSetListFluent.MetadataNested<A> |
withNewMetadata() |
A |
withNewMetadata(String resourceVersion,
String selfLink) |
ReplicaSetListFluent.MetadataNested<A> |
withNewMetadataLike(ListMeta item) |
public ReplicaSetListFluentImpl()
public ReplicaSetListFluentImpl(ReplicaSetList instance)
public String getApiVersion()
getApiVersion in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A addToItems(ReplicaSet... items)
addToItems in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A removeFromItems(ReplicaSet... items)
removeFromItems in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public List<ReplicaSet> getItems()
getItems in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A withItems(List<ReplicaSet> items)
withItems in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A withItems(ReplicaSet... items)
withItems in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ReplicaSetListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ReplicaSetListFluent.ItemsNested<A> addNewItemLike(ReplicaSet item)
addNewItemLike in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public String getKind()
getKind in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A withKind(String kind)
withKind in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ListMeta getMetadata()
getMetadata in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A withMetadata(ListMeta metadata)
withMetadata in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ReplicaSetListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ReplicaSetListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ReplicaSetListFluent.MetadataNested<A> editMetadata()
editMetadata in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ReplicaSetListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public ReplicaSetListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
editOrNewMetadataLike in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>public A withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface ReplicaSetListFluent<A extends ReplicaSetListFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.