public interface RedisquotaSpecFluent<A extends RedisquotaSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RedisquotaSpecFluent.QuotasNested<N> |
Long getConnectionPoolSize()
Boolean hasConnectionPoolSize()
A withNewConnectionPoolSize(long arg1)
A addAllToQuotas(Collection<Quota> items)
A removeAllFromQuotas(Collection<Quota> items)
@Deprecated List<Quota> getQuotas()
Quota buildQuota(int index)
Quota buildFirstQuota()
Quota buildLastQuota()
Quota buildMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate)
Boolean hasQuotas()
RedisquotaSpecFluent.QuotasNested<A> addNewQuota()
RedisquotaSpecFluent.QuotasNested<A> addNewQuotaLike(Quota item)
RedisquotaSpecFluent.QuotasNested<A> setNewQuotaLike(int index, Quota item)
RedisquotaSpecFluent.QuotasNested<A> editQuota(int index)
RedisquotaSpecFluent.QuotasNested<A> editFirstQuota()
RedisquotaSpecFluent.QuotasNested<A> editLastQuota()
RedisquotaSpecFluent.QuotasNested<A> editMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate)
String getRedisServerUrl()
Boolean hasRedisServerUrl()
Copyright © 2017–2018 Red Hat. All rights reserved.