public interface ServicecontrolSpecFluent<A extends ServicecontrolSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServicecontrolSpecFluent.RuntimeConfigNested<N> |
static interface |
ServicecontrolSpecFluent.ServiceConfigsNested<N> |
String getCredentialPath()
Boolean hasCredentialPath()
@Deprecated RuntimeConfig getRuntimeConfig()
RuntimeConfig buildRuntimeConfig()
A withRuntimeConfig(RuntimeConfig runtimeConfig)
Boolean hasRuntimeConfig()
ServicecontrolSpecFluent.RuntimeConfigNested<A> withNewRuntimeConfig()
ServicecontrolSpecFluent.RuntimeConfigNested<A> withNewRuntimeConfigLike(RuntimeConfig item)
ServicecontrolSpecFluent.RuntimeConfigNested<A> editRuntimeConfig()
ServicecontrolSpecFluent.RuntimeConfigNested<A> editOrNewRuntimeConfig()
ServicecontrolSpecFluent.RuntimeConfigNested<A> editOrNewRuntimeConfigLike(RuntimeConfig item)
A addToServiceConfigs(int index, GcpServiceSetting item)
A setToServiceConfigs(int index, GcpServiceSetting item)
A addToServiceConfigs(GcpServiceSetting... items)
A addAllToServiceConfigs(Collection<GcpServiceSetting> items)
A removeFromServiceConfigs(GcpServiceSetting... items)
A removeAllFromServiceConfigs(Collection<GcpServiceSetting> items)
@Deprecated List<GcpServiceSetting> getServiceConfigs()
List<GcpServiceSetting> buildServiceConfigs()
GcpServiceSetting buildServiceConfig(int index)
GcpServiceSetting buildFirstServiceConfig()
GcpServiceSetting buildLastServiceConfig()
GcpServiceSetting buildMatchingServiceConfig(io.fabric8.kubernetes.api.builder.Predicate<GcpServiceSettingBuilder> predicate)
A withServiceConfigs(List<GcpServiceSetting> serviceConfigs)
A withServiceConfigs(GcpServiceSetting... serviceConfigs)
Boolean hasServiceConfigs()
ServicecontrolSpecFluent.ServiceConfigsNested<A> addNewServiceConfig()
ServicecontrolSpecFluent.ServiceConfigsNested<A> addNewServiceConfigLike(GcpServiceSetting item)
ServicecontrolSpecFluent.ServiceConfigsNested<A> setNewServiceConfigLike(int index, GcpServiceSetting item)
ServicecontrolSpecFluent.ServiceConfigsNested<A> editServiceConfig(int index)
ServicecontrolSpecFluent.ServiceConfigsNested<A> editFirstServiceConfig()
ServicecontrolSpecFluent.ServiceConfigsNested<A> editLastServiceConfig()
ServicecontrolSpecFluent.ServiceConfigsNested<A> editMatchingServiceConfig(io.fabric8.kubernetes.api.builder.Predicate<GcpServiceSettingBuilder> predicate)
Copyright © 2017–2018 Red Hat. All rights reserved.