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.InstallReleaseRequest,Tiller.InstallReleaseResponse> |
ReleaseServiceGrpc.METHOD_INSTALL_RELEASE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.Builder.build() |
Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.Builder.buildPartial() |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.getDefaultInstance() |
Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.getDefaultInstanceForType() |
Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.Builder.getDefaultInstanceForType() |
Tiller.InstallReleaseResponse |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.installRelease(Tiller.InstallReleaseRequest request)
InstallRelease requests installation of a chart as a new release.
|
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseDelimitedFrom(InputStream input) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(byte[] data) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(ByteBuffer data) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(ByteString data) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(CodedInputStream input) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(InputStream input) |
static Tiller.InstallReleaseResponse |
Tiller.InstallReleaseResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> |
ReleaseServiceGrpc.getInstallReleaseMethod() |
Parser<Tiller.InstallReleaseResponse> |
Tiller.InstallReleaseResponse.getParserForType() |
ListenableFuture<Tiller.InstallReleaseResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.installRelease(Tiller.InstallReleaseRequest request)
InstallRelease requests installation of a chart as a new release.
|
static Parser<Tiller.InstallReleaseResponse> |
Tiller.InstallReleaseResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Tiller.InstallReleaseResponse.Builder |
Tiller.InstallReleaseResponse.Builder.mergeFrom(Tiller.InstallReleaseResponse other) |
static Tiller.InstallReleaseResponse.Builder |
Tiller.InstallReleaseResponse.newBuilder(Tiller.InstallReleaseResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<Tiller.InstallReleaseResponse> |
ReleaseManager.install(Tiller.InstallReleaseRequest.Builder requestBuilder,
ChartOuterClass.Chart.Builder chartBuilder)
Installs a release.
|
Copyright © 2017–2018, microBean. All rights reserved.