public interface ImageOverridesFluent<A extends ImageOverridesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getRedisgraphTls() |
String |
getSearchAggregator() |
String |
getSearchApi() |
String |
getSearchCollector() |
Boolean |
hasRedisgraphTls() |
Boolean |
hasSearchAggregator() |
Boolean |
hasSearchApi() |
Boolean |
hasSearchCollector() |
A |
withNewRedisgraphTls(String arg0)
Deprecated.
|
A |
withNewSearchAggregator(String arg0)
Deprecated.
|
A |
withNewSearchApi(String arg0)
Deprecated.
|
A |
withNewSearchCollector(String arg0)
Deprecated.
|
A |
withRedisgraphTls(String redisgraphTls) |
A |
withSearchAggregator(String searchAggregator) |
A |
withSearchApi(String searchApi) |
A |
withSearchCollector(String searchCollector) |
String getRedisgraphTls()
Boolean hasRedisgraphTls()
@Deprecated A withNewRedisgraphTls(String arg0)
String getSearchAggregator()
Boolean hasSearchAggregator()
@Deprecated A withNewSearchAggregator(String arg0)
String getSearchApi()
Boolean hasSearchApi()
@Deprecated A withNewSearchApi(String arg0)
String getSearchCollector()
Boolean hasSearchCollector()
@Deprecated A withNewSearchCollector(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.