类 ReleaseServiceGrpc
- java.lang.Object
-
- hapi.services.tiller.ReleaseServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.10.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).
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classReleaseServiceGrpc.ReleaseServiceBlockingStubReleaseService is the service that a helm application uses to mutate, query, and manage releases.static classReleaseServiceGrpc.ReleaseServiceFutureStubReleaseService is the service that a helm application uses to mutate, query, and manage releases.static classReleaseServiceGrpc.ReleaseServiceImplBaseReleaseService is the service that a helm application uses to mutate, query, and manage releases.static classReleaseServiceGrpc.ReleaseServiceStubReleaseService is the service that a helm application uses to mutate, query, and manage releases.
-
字段概要
-
方法概要
-
-
-
字段详细资料
-
METHOD_LIST_RELEASES
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.ListReleasesRequest,Tiller.ListReleasesResponse> METHOD_LIST_RELEASES已过时。
-
METHOD_GET_RELEASE_STATUS
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.GetReleaseStatusRequest,Tiller.GetReleaseStatusResponse> METHOD_GET_RELEASE_STATUS已过时。
-
METHOD_GET_RELEASE_CONTENT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> METHOD_GET_RELEASE_CONTENT已过时。
-
METHOD_UPDATE_RELEASE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.UpdateReleaseRequest,Tiller.UpdateReleaseResponse> METHOD_UPDATE_RELEASE已过时。
-
METHOD_INSTALL_RELEASE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> METHOD_INSTALL_RELEASE已过时。
-
METHOD_UNINSTALL_RELEASE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.UninstallReleaseRequest,Tiller.UninstallReleaseResponse> METHOD_UNINSTALL_RELEASE已过时。
-
METHOD_GET_VERSION
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.GetVersionRequest,Tiller.GetVersionResponse> METHOD_GET_VERSION已过时。
-
METHOD_ROLLBACK_RELEASE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.RollbackReleaseRequest,Tiller.RollbackReleaseResponse> METHOD_ROLLBACK_RELEASE已过时。
-
METHOD_GET_HISTORY
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> METHOD_GET_HISTORY已过时。
-
METHOD_RUN_RELEASE_TEST
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Tiller.TestReleaseRequest,Tiller.TestReleaseResponse> METHOD_RUN_RELEASE_TEST已过时。
-
-
方法详细资料
-
getListReleasesMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.ListReleasesRequest,Tiller.ListReleasesResponse> getListReleasesMethod()
-
getGetReleaseStatusMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.GetReleaseStatusRequest,Tiller.GetReleaseStatusResponse> getGetReleaseStatusMethod()
-
getGetReleaseContentMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> getGetReleaseContentMethod()
-
getUpdateReleaseMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.UpdateReleaseRequest,Tiller.UpdateReleaseResponse> getUpdateReleaseMethod()
-
getInstallReleaseMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> getInstallReleaseMethod()
-
getUninstallReleaseMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.UninstallReleaseRequest,Tiller.UninstallReleaseResponse> getUninstallReleaseMethod()
-
getGetVersionMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.GetVersionRequest,Tiller.GetVersionResponse> getGetVersionMethod()
-
getRollbackReleaseMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.RollbackReleaseRequest,Tiller.RollbackReleaseResponse> getRollbackReleaseMethod()
-
getGetHistoryMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> getGetHistoryMethod()
-
getRunReleaseTestMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Tiller.TestReleaseRequest,Tiller.TestReleaseResponse> getRunReleaseTestMethod()
-
newStub
public static ReleaseServiceGrpc.ReleaseServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ReleaseServiceGrpc.ReleaseServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ReleaseServiceGrpc.ReleaseServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-