public class WithRequestCallable<C extends Client> extends Object implements FunctionCallable<C>
| Constructor and Description |
|---|
WithRequestCallable(C client,
RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
call(io.fabric8.kubernetes.api.builder.Function<C,O> function) |
public WithRequestCallable(C client, RequestConfig requestConfig)
public <O> O call(io.fabric8.kubernetes.api.builder.Function<C,O> function)
call in interface FunctionCallable<C extends Client>Copyright © 2015–2020 Red Hat. All rights reserved.