public interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GcpServiceSettingFluent.QuotasNested<N> |
String getGoogleServiceName()
Boolean hasGoogleServiceName()
String getMeshServiceName()
Boolean hasMeshServiceName()
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()
GcpServiceSettingFluent.QuotasNested<A> addNewQuota()
GcpServiceSettingFluent.QuotasNested<A> addNewQuotaLike(Quota item)
GcpServiceSettingFluent.QuotasNested<A> setNewQuotaLike(int index, Quota item)
GcpServiceSettingFluent.QuotasNested<A> editQuota(int index)
GcpServiceSettingFluent.QuotasNested<A> editFirstQuota()
GcpServiceSettingFluent.QuotasNested<A> editLastQuota()
GcpServiceSettingFluent.QuotasNested<A> editMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate)
Copyright © 2017–2018 Red Hat. All rights reserved.