| 程序包 | 说明 |
|---|---|
| hapi.services.tiller | |
| org.microbean.helm |
Provides classes and interfaces for working with Helm from Java.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static io.grpc.MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> |
ReleaseServiceGrpc.METHOD_GET_HISTORY
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.Builder.build() |
Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.Builder.buildPartial() |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.getDefaultInstance() |
Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.getDefaultInstanceForType() |
Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.Builder.getDefaultInstanceForType() |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseDelimitedFrom(InputStream input) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(byte[] data) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(ByteBuffer data) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(com.google.protobuf.ByteString data) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(InputStream input) |
static Tiller.GetHistoryRequest |
Tiller.GetHistoryRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.grpc.MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> |
ReleaseServiceGrpc.getGetHistoryMethod() |
com.google.protobuf.Parser<Tiller.GetHistoryRequest> |
Tiller.GetHistoryRequest.getParserForType() |
static com.google.protobuf.Parser<Tiller.GetHistoryRequest> |
Tiller.GetHistoryRequest.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Tiller.GetHistoryResponse |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.getHistory(Tiller.GetHistoryRequest request)
ReleaseHistory retrieves a releasse's history.
|
com.google.common.util.concurrent.ListenableFuture<Tiller.GetHistoryResponse> |
ReleaseServiceGrpc.ReleaseServiceFutureStub.getHistory(Tiller.GetHistoryRequest request)
ReleaseHistory retrieves a releasse's history.
|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.getHistory(Tiller.GetHistoryRequest request,
io.grpc.stub.StreamObserver<Tiller.GetHistoryResponse> responseObserver)
ReleaseHistory retrieves a releasse's history.
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.getHistory(Tiller.GetHistoryRequest request,
io.grpc.stub.StreamObserver<Tiller.GetHistoryResponse> responseObserver)
ReleaseHistory retrieves a releasse's history.
|
Tiller.GetHistoryRequest.Builder |
Tiller.GetHistoryRequest.Builder.mergeFrom(Tiller.GetHistoryRequest other) |
static Tiller.GetHistoryRequest.Builder |
Tiller.GetHistoryRequest.newBuilder(Tiller.GetHistoryRequest prototype) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<Tiller.GetHistoryResponse> |
ReleaseManager.getHistory(Tiller.GetHistoryRequest request)
Returns the history of a given Helm release.
|
Copyright © 2019. All rights reserved.