public interface ClientWrapperFactory extends Serializable
KubernetesClientWrapper.
The implementation should be serializable. It will be passed to the remote node when required, and build the client wrapper there.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClientWrapperFactory.Builder
The builder that builds
ClientWrapperFactory. |
| Modifier and Type | Method and Description |
|---|---|
KubernetesClientWrapper |
buildClient(hudson.FilePath workspace) |
KubernetesClientWrapper buildClient(hudson.FilePath workspace) throws Exception
ExceptionCopyright © 2016–2017. All rights reserved.