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 |
---|---|
Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.Builder.build() |
Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.Builder.buildPartial() |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.getDefaultInstance() |
Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.getDefaultInstanceForType() |
Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.Builder.getDefaultInstanceForType() |
Tiller.GetReleaseContentResponse |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.getReleaseContent(Tiller.GetReleaseContentRequest request)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseDelimitedFrom(InputStream input) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(byte[] data) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(ByteBuffer data) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(ByteString data) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(CodedInputStream input) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(InputStream input) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.getGetReleaseContentMethod() |
Parser<Tiller.GetReleaseContentResponse> |
Tiller.GetReleaseContentResponse.getParserForType() |
ListenableFuture<Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.getReleaseContent(Tiller.GetReleaseContentRequest request)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
static Parser<Tiller.GetReleaseContentResponse> |
Tiller.GetReleaseContentResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Tiller.GetReleaseContentResponse.Builder |
Tiller.GetReleaseContentResponse.Builder.mergeFrom(Tiller.GetReleaseContentResponse other) |
static Tiller.GetReleaseContentResponse.Builder |
Tiller.GetReleaseContentResponse.newBuilder(Tiller.GetReleaseContentResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.