public interface RedisquotaListFluent<A extends RedisquotaListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RedisquotaListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A addToItems(int index, Redisquota item)
A setToItems(int index, Redisquota item)
A addToItems(Redisquota... items)
A addAllToItems(Collection<Redisquota> items)
A removeFromItems(Redisquota... items)
A removeAllFromItems(Collection<Redisquota> items)
@Deprecated List<Redisquota> getItems()
List<Redisquota> buildItems()
Redisquota buildItem(int index)
Redisquota buildFirstItem()
Redisquota buildLastItem()
Redisquota buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RedisquotaBuilder> predicate)
A withItems(List<Redisquota> items)
A withItems(Redisquota... items)
Boolean hasItems()
RedisquotaListFluent.ItemsNested<A> addNewItem()
RedisquotaListFluent.ItemsNested<A> addNewItemLike(Redisquota item)
RedisquotaListFluent.ItemsNested<A> setNewItemLike(int index, Redisquota item)
RedisquotaListFluent.ItemsNested<A> editItem(int index)
RedisquotaListFluent.ItemsNested<A> editFirstItem()
RedisquotaListFluent.ItemsNested<A> editLastItem()
RedisquotaListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RedisquotaBuilder> predicate)
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2017–2018 Red Hat. All rights reserved.