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.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.METHOD_GET_RELEASE_CONTENT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.getGetReleaseContentMethod() |
Parser<Tiller.GetReleaseContentRequest> |
Tiller.GetReleaseContentRequest.getParserForType() |
static Parser<Tiller.GetReleaseContentRequest> |
Tiller.GetReleaseContentRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Tiller.GetReleaseContentResponse |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.getReleaseContent(Tiller.GetReleaseContentRequest request)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
ListenableFuture<Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.getReleaseContent(Tiller.GetReleaseContentRequest request)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.getReleaseContent(Tiller.GetReleaseContentRequest request,
StreamObserver<Tiller.GetReleaseContentResponse> responseObserver)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.getReleaseContent(Tiller.GetReleaseContentRequest request,
StreamObserver<Tiller.GetReleaseContentResponse> responseObserver)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
Tiller.GetReleaseContentRequest.Builder |
Tiller.GetReleaseContentRequest.Builder.mergeFrom(Tiller.GetReleaseContentRequest other) |
static Tiller.GetReleaseContentRequest.Builder |
Tiller.GetReleaseContentRequest.newBuilder(Tiller.GetReleaseContentRequest prototype) |
Modifier and Type | Method and Description |
---|---|
Future<Tiller.GetReleaseContentResponse> |
ReleaseManager.getContent(Tiller.GetReleaseContentRequest request)
Returns the content that made up a given Helm release.
|
Copyright © 2017–2018, microBean. All rights reserved.