| 程序包 | 说明 |
|---|---|
| hapi.services.tiller | |
| org.microbean.helm |
Provides classes and interfaces for working with Helm from Java.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static io.grpc.MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.METHOD_GET_RELEASE_CONTENT
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(byte[] data) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(ByteBuffer data) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(com.google.protobuf.ByteString data) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(InputStream input) |
static Tiller.GetReleaseContentResponse |
Tiller.GetReleaseContentResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.grpc.MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.getGetReleaseContentMethod() |
com.google.protobuf.Parser<Tiller.GetReleaseContentResponse> |
Tiller.GetReleaseContentResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Tiller.GetReleaseContentResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.getReleaseContent(Tiller.GetReleaseContentRequest request)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
static com.google.protobuf.Parser<Tiller.GetReleaseContentResponse> |
Tiller.GetReleaseContentResponse.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Tiller.GetReleaseContentResponse.Builder |
Tiller.GetReleaseContentResponse.Builder.mergeFrom(Tiller.GetReleaseContentResponse other) |
static Tiller.GetReleaseContentResponse.Builder |
Tiller.GetReleaseContentResponse.newBuilder(Tiller.GetReleaseContentResponse prototype) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.getReleaseContent(Tiller.GetReleaseContentRequest request,
io.grpc.stub.StreamObserver<Tiller.GetReleaseContentResponse> responseObserver)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.getReleaseContent(Tiller.GetReleaseContentRequest request,
io.grpc.stub.StreamObserver<Tiller.GetReleaseContentResponse> responseObserver)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Future<Tiller.GetReleaseContentResponse> |
ReleaseManager.getContent(Tiller.GetReleaseContentRequest request)
Returns the content that made up a given Helm release.
|
Copyright © 2020. All rights reserved.