public class Tiller extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
DEFAULT_LABELS |
static String |
DEFAULT_NAMESPACE |
static int |
DEFAULT_PORT |
static String |
VERSION |
| Constructor and Description |
|---|
Tiller(LocalPortForward portForward) |
Tiller(ManagedChannel channel) |
Tiller(T client) |
Tiller(T client,
String namespaceHousingTiller) |
Tiller(T client,
String namespaceHousingTiller,
int tillerPort,
Map<String,String> tillerLabels) |
| Modifier and Type | Method and Description |
|---|---|
protected ManagedChannel |
buildChannel(LocalPortForward portForward) |
void |
close() |
ReleaseServiceGrpc.ReleaseServiceBlockingStub |
getReleaseServiceBlockingStub() |
ReleaseServiceGrpc.ReleaseServiceFutureStub |
getReleaseServiceFutureStub() |
ReleaseServiceGrpc.ReleaseServiceStub |
getReleaseServiceStub() |
public static final String VERSION
public static final String DEFAULT_NAMESPACE
public static final int DEFAULT_PORT
public static final Map<String,String> DEFAULT_LABELS
public Tiller(ManagedChannel channel)
public Tiller(LocalPortForward portForward)
public Tiller(T client) throws MalformedURLException
MalformedURLExceptionpublic Tiller(T client, String namespaceHousingTiller) throws MalformedURLException
MalformedURLExceptionpublic Tiller(T client, String namespaceHousingTiller, int tillerPort, Map<String,String> tillerLabels) throws MalformedURLException
MalformedURLExceptionprotected ManagedChannel buildChannel(LocalPortForward portForward)
public void close() throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic ReleaseServiceGrpc.ReleaseServiceBlockingStub getReleaseServiceBlockingStub()
public ReleaseServiceGrpc.ReleaseServiceFutureStub getReleaseServiceFutureStub()
public ReleaseServiceGrpc.ReleaseServiceStub getReleaseServiceStub()
Copyright © 2017–2017, MicroBean. All rights reserved.