Package | Description |
---|---|
hapi.services.tiller |
Provides generated classes and interfaces for
communicating with Helm's server-side Tiller
component from Java.
|
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> |
ReleaseServiceGrpc.METHOD_INSTALL_RELEASE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> |
ReleaseServiceGrpc.getInstallReleaseMethod() |
Parser<Tiller.InstallReleaseRequest> |
Tiller.InstallReleaseRequest.getParserForType() |
static Parser<Tiller.InstallReleaseRequest> |
Tiller.InstallReleaseRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Tiller.InstallReleaseResponse |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.installRelease(Tiller.InstallReleaseRequest request)
InstallRelease requests installation of a chart as a new release.
|
ListenableFuture<Tiller.InstallReleaseResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.installRelease(Tiller.InstallReleaseRequest request)
InstallRelease requests installation of a chart as a new release.
|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.installRelease(Tiller.InstallReleaseRequest request,
StreamObserver<Tiller.InstallReleaseResponse> responseObserver)
InstallRelease requests installation of a chart as a new release.
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.installRelease(Tiller.InstallReleaseRequest request,
StreamObserver<Tiller.InstallReleaseResponse> responseObserver)
InstallRelease requests installation of a chart as a new release.
|
Tiller.InstallReleaseRequest.Builder |
Tiller.InstallReleaseRequest.Builder.mergeFrom(Tiller.InstallReleaseRequest other) |
static Tiller.InstallReleaseRequest.Builder |
Tiller.InstallReleaseRequest.newBuilder(Tiller.InstallReleaseRequest prototype) |
Copyright © 2017–2018, microBean. All rights reserved.