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.GetReleaseStatusRequest,Tiller.GetReleaseStatusResponse> |
ReleaseServiceGrpc.METHOD_GET_RELEASE_STATUS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.Builder.build() |
Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.Builder.buildPartial() |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.getDefaultInstance() |
Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.getDefaultInstanceForType() |
Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.Builder.getDefaultInstanceForType() |
Tiller.GetReleaseStatusResponse |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.getReleaseStatus(Tiller.GetReleaseStatusRequest request)
GetReleasesStatus retrieves status information for the specified release.
|
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseDelimitedFrom(InputStream input) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(byte[] data) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(ByteBuffer data) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(ByteString data) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(CodedInputStream input) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(InputStream input) |
static Tiller.GetReleaseStatusResponse |
Tiller.GetReleaseStatusResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<Tiller.GetReleaseStatusRequest,Tiller.GetReleaseStatusResponse> |
ReleaseServiceGrpc.getGetReleaseStatusMethod() |
Parser<Tiller.GetReleaseStatusResponse> |
Tiller.GetReleaseStatusResponse.getParserForType() |
ListenableFuture<Tiller.GetReleaseStatusResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.getReleaseStatus(Tiller.GetReleaseStatusRequest request)
GetReleasesStatus retrieves status information for the specified release.
|
static Parser<Tiller.GetReleaseStatusResponse> |
Tiller.GetReleaseStatusResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Tiller.GetReleaseStatusResponse.Builder |
Tiller.GetReleaseStatusResponse.Builder.mergeFrom(Tiller.GetReleaseStatusResponse other) |
static Tiller.GetReleaseStatusResponse.Builder |
Tiller.GetReleaseStatusResponse.newBuilder(Tiller.GetReleaseStatusResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.getReleaseStatus(Tiller.GetReleaseStatusRequest request,
StreamObserver<Tiller.GetReleaseStatusResponse> responseObserver)
GetReleasesStatus retrieves status information for the specified release.
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.getReleaseStatus(Tiller.GetReleaseStatusRequest request,
StreamObserver<Tiller.GetReleaseStatusResponse> responseObserver)
GetReleasesStatus retrieves status information for the specified release.
|
Modifier and Type | Method and Description |
---|---|
Future<Tiller.GetReleaseStatusResponse> |
ReleaseManager.getStatus(Tiller.GetReleaseStatusRequest request)
Returns the status of a given Helm release.
|
Copyright © 2017–2018, microBean. All rights reserved.