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.GetHistoryRequest,Tiller.GetHistoryResponse> |
ReleaseServiceGrpc.METHOD_GET_HISTORY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.Builder.build() |
Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.Builder.buildPartial() |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.getDefaultInstance() |
Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.getDefaultInstanceForType() |
Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.Builder.getDefaultInstanceForType() |
Tiller.GetHistoryResponse |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.getHistory(Tiller.GetHistoryRequest request)
ReleaseHistory retrieves a releasse's history.
|
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseDelimitedFrom(InputStream input) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(byte[] data) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(ByteBuffer data) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(ByteString data) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(CodedInputStream input) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(InputStream input) |
static Tiller.GetHistoryResponse |
Tiller.GetHistoryResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> |
ReleaseServiceGrpc.getGetHistoryMethod() |
ListenableFuture<Tiller.GetHistoryResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.getHistory(Tiller.GetHistoryRequest request)
ReleaseHistory retrieves a releasse's history.
|
Parser<Tiller.GetHistoryResponse> |
Tiller.GetHistoryResponse.getParserForType() |
static Parser<Tiller.GetHistoryResponse> |
Tiller.GetHistoryResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Tiller.GetHistoryResponse.Builder |
Tiller.GetHistoryResponse.Builder.mergeFrom(Tiller.GetHistoryResponse other) |
static Tiller.GetHistoryResponse.Builder |
Tiller.GetHistoryResponse.newBuilder(Tiller.GetHistoryResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.getHistory(Tiller.GetHistoryRequest request,
StreamObserver<Tiller.GetHistoryResponse> responseObserver)
ReleaseHistory retrieves a releasse's history.
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.getHistory(Tiller.GetHistoryRequest request,
StreamObserver<Tiller.GetHistoryResponse> responseObserver)
ReleaseHistory retrieves a releasse's history.
|
Modifier and Type | Method and Description |
---|---|
Future<Tiller.GetHistoryResponse> |
ReleaseManager.getHistory(Tiller.GetHistoryRequest request)
Returns the history of a given Helm release.
|
Copyright © 2017–2018, microBean. All rights reserved.