public interface V1ReplicaSetListFluent<A extends V1ReplicaSetListFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1ReplicaSetListFluent.ItemsNested<N> |
static interface |
V1ReplicaSetListFluent.MetadataNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
A addToItems(int index, V1ReplicaSet item)
A setToItems(int index, V1ReplicaSet item)
A addToItems(V1ReplicaSet... items)
A addAllToItems(Collection<V1ReplicaSet> items)
A removeFromItems(V1ReplicaSet... items)
A removeAllFromItems(Collection<V1ReplicaSet> items)
@Deprecated List<V1ReplicaSet> getItems()
List<V1ReplicaSet> buildItems()
V1ReplicaSet buildItem(int index)
V1ReplicaSet buildFirstItem()
V1ReplicaSet buildLastItem()
V1ReplicaSet buildMatchingItem(Predicate<V1ReplicaSetBuilder> predicate)
Boolean hasMatchingItem(Predicate<V1ReplicaSetBuilder> predicate)
A withItems(List<V1ReplicaSet> items)
A withItems(V1ReplicaSet... items)
Boolean hasItems()
V1ReplicaSetListFluent.ItemsNested<A> addNewItem()
V1ReplicaSetListFluent.ItemsNested<A> addNewItemLike(V1ReplicaSet item)
V1ReplicaSetListFluent.ItemsNested<A> setNewItemLike(int index, V1ReplicaSet item)
V1ReplicaSetListFluent.ItemsNested<A> editItem(int index)
V1ReplicaSetListFluent.ItemsNested<A> editFirstItem()
V1ReplicaSetListFluent.ItemsNested<A> editLastItem()
V1ReplicaSetListFluent.ItemsNested<A> editMatchingItem(Predicate<V1ReplicaSetBuilder> predicate)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
@Deprecated V1ListMeta getMetadata()
V1ListMeta buildMetadata()
A withMetadata(V1ListMeta metadata)
Boolean hasMetadata()
V1ReplicaSetListFluent.MetadataNested<A> withNewMetadata()
V1ReplicaSetListFluent.MetadataNested<A> withNewMetadataLike(V1ListMeta item)
V1ReplicaSetListFluent.MetadataNested<A> editMetadata()
V1ReplicaSetListFluent.MetadataNested<A> editOrNewMetadata()
V1ReplicaSetListFluent.MetadataNested<A> editOrNewMetadataLike(V1ListMeta item)
Copyright © 2019. All rights reserved.