public static final class ReleaseServiceGrpc.ReleaseServiceFutureStub extends AbstractStub<ReleaseServiceGrpc.ReleaseServiceFutureStub>
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).
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected ReleaseServiceGrpc.ReleaseServiceFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<ReleaseServiceGrpc.ReleaseServiceFutureStub>
public ListenableFuture<Tiller.GetReleaseStatusResponse> getReleaseStatus(Tiller.GetReleaseStatusRequest request)
GetReleasesStatus retrieves status information for the specified release.
public ListenableFuture<Tiller.GetReleaseContentResponse> getReleaseContent(Tiller.GetReleaseContentRequest request)
GetReleaseContent retrieves the release content (chart + value) for the specified release.
public ListenableFuture<Tiller.UpdateReleaseResponse> updateRelease(Tiller.UpdateReleaseRequest request)
UpdateRelease updates release content.
public ListenableFuture<Tiller.InstallReleaseResponse> installRelease(Tiller.InstallReleaseRequest request)
InstallRelease requests installation of a chart as a new release.
public ListenableFuture<Tiller.UninstallReleaseResponse> uninstallRelease(Tiller.UninstallReleaseRequest request)
UninstallRelease requests deletion of a named release.
public ListenableFuture<Tiller.GetVersionResponse> getVersion(Tiller.GetVersionRequest request)
GetVersion returns the current version of the server.
public ListenableFuture<Tiller.RollbackReleaseResponse> rollbackRelease(Tiller.RollbackReleaseRequest request)
RollbackRelease rolls back a release to a previous version.
public ListenableFuture<Tiller.GetHistoryResponse> getHistory(Tiller.GetHistoryRequest request)
ReleaseHistory retrieves a releasse's history.
Copyright © 2017–2018, microBean. All rights reserved.