| Package | Description |
|---|---|
| hapi.services.tiller |
Provides generated classes and interfaces for
communicating with Helm's server-side Tiller
component from Java.
|
| org.microbean.helm |
Provides classes and interfaces for working with Helm from Java.
|
| Modifier and Type | Field and Description |
|---|---|
static MethodDescriptor<Tiller.UninstallReleaseRequest,Tiller.UninstallReleaseResponse> |
ReleaseServiceGrpc.METHOD_UNINSTALL_RELEASE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Parser<Tiller.UninstallReleaseResponse> |
Tiller.UninstallReleaseResponse.getParserForType() |
static MethodDescriptor<Tiller.UninstallReleaseRequest,Tiller.UninstallReleaseResponse> |
ReleaseServiceGrpc.getUninstallReleaseMethod() |
static Parser<Tiller.UninstallReleaseResponse> |
Tiller.UninstallReleaseResponse.parser() |
ListenableFuture<Tiller.UninstallReleaseResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.uninstallRelease(Tiller.UninstallReleaseRequest request)
UninstallRelease requests deletion of a named release.
|
| Modifier and Type | Method and Description |
|---|---|
Tiller.UninstallReleaseResponse.Builder |
Tiller.UninstallReleaseResponse.Builder.mergeFrom(Tiller.UninstallReleaseResponse other) |
static Tiller.UninstallReleaseResponse.Builder |
Tiller.UninstallReleaseResponse.newBuilder(Tiller.UninstallReleaseResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.uninstallRelease(Tiller.UninstallReleaseRequest request,
StreamObserver<Tiller.UninstallReleaseResponse> responseObserver)
UninstallRelease requests deletion of a named release.
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.uninstallRelease(Tiller.UninstallReleaseRequest request,
StreamObserver<Tiller.UninstallReleaseResponse> responseObserver)
UninstallRelease requests deletion of a named release.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Tiller.UninstallReleaseResponse> |
ReleaseManager.uninstall(Tiller.UninstallReleaseRequest request)
Uninstalls (deletes) a previously installed release.
|
Copyright © 2017–2018, microBean. All rights reserved.