@Generated(value="by gRPC proto compiler (version 1.7.0)", comments="Source: hapi/services/tiller.proto") public final class ReleaseServiceGrpc extends Object
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
Release: A named installation composed of a chart and
config. At any given time a release has one
chart and one config.
Config: A config is a YAML file that supplies values
to the parametrizable templates of a chart.
Chart: A chart is a helm package that contains
metadata, a default config, zero or more
optionally parameterizable templates, and
zero or more charts (dependencies).
| Modifier and Type | Class and Description |
|---|---|
static class |
ReleaseServiceGrpc.ReleaseServiceBlockingStub
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
static class |
ReleaseServiceGrpc.ReleaseServiceFutureStub
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
static class |
ReleaseServiceGrpc.ReleaseServiceImplBase
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
static class |
ReleaseServiceGrpc.ReleaseServiceStub
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ReleaseServiceGrpc.ReleaseServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ReleaseServiceGrpc.ReleaseServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ReleaseServiceGrpc.ReleaseServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.ListReleasesRequest,Tiller.ListReleasesResponse> METHOD_LIST_RELEASES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.GetReleaseStatusRequest,Tiller.GetReleaseStatusResponse> METHOD_GET_RELEASE_STATUS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> METHOD_GET_RELEASE_CONTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.UpdateReleaseRequest,Tiller.UpdateReleaseResponse> METHOD_UPDATE_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> METHOD_INSTALL_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.UninstallReleaseRequest,Tiller.UninstallReleaseResponse> METHOD_UNINSTALL_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.GetVersionRequest,Tiller.GetVersionResponse> METHOD_GET_VERSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.RollbackReleaseRequest,Tiller.RollbackReleaseResponse> METHOD_ROLLBACK_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> METHOD_GET_HISTORY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Tiller.TestReleaseRequest,Tiller.TestReleaseResponse> METHOD_RUN_RELEASE_TEST
public static ReleaseServiceGrpc.ReleaseServiceStub newStub(io.grpc.Channel channel)
public static ReleaseServiceGrpc.ReleaseServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ReleaseServiceGrpc.ReleaseServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2017–2017, MicroBean. All rights reserved.