me.snowdrop.istio.mixer.adapter.redisquota.RedisquotaSpecFluent Maven / Gradle / Ivy
package me.snowdrop.istio.mixer.adapter.redisquota;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.fabric8.kubernetes.api.builder.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface RedisquotaSpecFluent> extends Fluent{
public Integer getConnectionPoolSize();
public A withConnectionPoolSize(Integer connectionPoolSize);
public Boolean hasConnectionPoolSize();
public A withNewConnectionPoolSize(String arg1);
public A withNewConnectionPoolSize(int arg1);
public A addToQuotas(int index,me.snowdrop.istio.mixer.adapter.redisquota.Quota item);
public A setToQuotas(int index,me.snowdrop.istio.mixer.adapter.redisquota.Quota item);
public A addToQuotas(me.snowdrop.istio.mixer.adapter.redisquota.Quota... items);
public A addAllToQuotas(Collection items);
public A removeFromQuotas(me.snowdrop.istio.mixer.adapter.redisquota.Quota... items);
public A removeAllFromQuotas(Collection items);
/**
* This method has been deprecated, please use method buildQuotas instead.
* @return The buildable object.
*/
@Deprecated public List getQuotas();
public List buildQuotas();
public me.snowdrop.istio.mixer.adapter.redisquota.Quota buildQuota(int index);
public me.snowdrop.istio.mixer.adapter.redisquota.Quota buildFirstQuota();
public me.snowdrop.istio.mixer.adapter.redisquota.Quota buildLastQuota();
public me.snowdrop.istio.mixer.adapter.redisquota.Quota buildMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withQuotas(List quotas);
public A withQuotas(me.snowdrop.istio.mixer.adapter.redisquota.Quota... quotas);
public Boolean hasQuotas();
public RedisquotaSpecFluent.QuotasNested addNewQuota();
public RedisquotaSpecFluent.QuotasNested addNewQuotaLike(me.snowdrop.istio.mixer.adapter.redisquota.Quota item);
public RedisquotaSpecFluent.QuotasNested setNewQuotaLike(int index,me.snowdrop.istio.mixer.adapter.redisquota.Quota item);
public RedisquotaSpecFluent.QuotasNested editQuota(int index);
public RedisquotaSpecFluent.QuotasNested editFirstQuota();
public RedisquotaSpecFluent.QuotasNested editLastQuota();
public RedisquotaSpecFluent.QuotasNested editMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate predicate);
public String getRedisServerUrl();
public A withRedisServerUrl(String redisServerUrl);
public Boolean hasRedisServerUrl();
public interface QuotasNested extends io.fabric8.kubernetes.api.builder.Nested,me.snowdrop.istio.mixer.adapter.redisquota.QuotaFluent>{
public N and(); public N endQuota();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy