public static final class Tiller.InstallReleaseRequest.Builder extends GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder> implements Tiller.InstallReleaseRequestOrBuilder
InstallReleaseRequest is the request for an installation of a chart.Protobuf type
hapi.services.tiller.InstallReleaseRequest| Modifier and Type | Method and Description |
|---|---|
Tiller.InstallReleaseRequest.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Tiller.InstallReleaseRequest |
build() |
Tiller.InstallReleaseRequest |
buildPartial() |
Tiller.InstallReleaseRequest.Builder |
clear() |
Tiller.InstallReleaseRequest.Builder |
clearChart()
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
clearDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
|
Tiller.InstallReleaseRequest.Builder |
clearDryRun()
DryRun, if true, will run through the release logic, but neither create
a release object nor deploy to Kubernetes.
|
Tiller.InstallReleaseRequest.Builder |
clearField(Descriptors.FieldDescriptor field) |
Tiller.InstallReleaseRequest.Builder |
clearName()
Name is the candidate release name.
|
Tiller.InstallReleaseRequest.Builder |
clearNamespace()
Namepace is the kubernetes namespace of the release.
|
Tiller.InstallReleaseRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Tiller.InstallReleaseRequest.Builder |
clearReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
|
Tiller.InstallReleaseRequest.Builder |
clearTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
Tiller.InstallReleaseRequest.Builder |
clearValues()
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.Builder |
clearWait()
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state
before marking the release as successful.
|
Tiller.InstallReleaseRequest.Builder |
clone() |
ChartOuterClass.Chart |
getChart()
Chart is the protobuf representation of a chart.
|
ChartOuterClass.Chart.Builder |
getChartBuilder()
Chart is the protobuf representation of a chart.
|
ChartOuterClass.ChartOrBuilder |
getChartOrBuilder()
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
|
boolean |
getDryRun()
DryRun, if true, will run through the release logic, but neither create
a release object nor deploy to Kubernetes.
|
String |
getName()
Name is the candidate release name.
|
ByteString |
getNameBytes()
Name is the candidate release name.
|
String |
getNamespace()
Namepace is the kubernetes namespace of the release.
|
ByteString |
getNamespaceBytes()
Namepace is the kubernetes namespace of the release.
|
boolean |
getReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
|
long |
getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
ConfigOuterClass.Config |
getValues()
Values is a string containing (unparsed) YAML values.
|
ConfigOuterClass.Config.Builder |
getValuesBuilder()
Values is a string containing (unparsed) YAML values.
|
ConfigOuterClass.ConfigOrBuilder |
getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
|
boolean |
getWait()
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state
before marking the release as successful.
|
boolean |
hasChart()
Chart is the protobuf representation of a chart.
|
boolean |
hasValues()
Values is a string containing (unparsed) YAML values.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Tiller.InstallReleaseRequest.Builder |
mergeChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Tiller.InstallReleaseRequest.Builder |
mergeFrom(Message other) |
Tiller.InstallReleaseRequest.Builder |
mergeFrom(Tiller.InstallReleaseRequest other) |
Tiller.InstallReleaseRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Tiller.InstallReleaseRequest.Builder |
mergeValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.Builder |
setChart(ChartOuterClass.Chart.Builder builderForValue)
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
setChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
setDisableHooks(boolean value)
DisableHooks causes the server to skip running any hooks for the install.
|
Tiller.InstallReleaseRequest.Builder |
setDryRun(boolean value)
DryRun, if true, will run through the release logic, but neither create
a release object nor deploy to Kubernetes.
|
Tiller.InstallReleaseRequest.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
Tiller.InstallReleaseRequest.Builder |
setName(String value)
Name is the candidate release name.
|
Tiller.InstallReleaseRequest.Builder |
setNameBytes(ByteString value)
Name is the candidate release name.
|
Tiller.InstallReleaseRequest.Builder |
setNamespace(String value)
Namepace is the kubernetes namespace of the release.
|
Tiller.InstallReleaseRequest.Builder |
setNamespaceBytes(ByteString value)
Namepace is the kubernetes namespace of the release.
|
Tiller.InstallReleaseRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Tiller.InstallReleaseRequest.Builder |
setReuseName(boolean value)
ReuseName requests that Tiller re-uses a name, instead of erroring out.
|
Tiller.InstallReleaseRequest.Builder |
setTimeout(long value)
timeout specifies the max amount of time any kubernetes client command can run.
|
Tiller.InstallReleaseRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Tiller.InstallReleaseRequest.Builder |
setValues(ConfigOuterClass.Config.Builder builderForValue)
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.Builder |
setValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.Builder |
setWait(boolean value)
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state
before marking the release as successful.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Tiller.InstallReleaseRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Tiller.InstallReleaseRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Tiller.InstallReleaseRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder mergeFrom(Tiller.InstallReleaseRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Tiller.InstallReleaseRequest.Builder>IOExceptionpublic boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;hasChart in interface Tiller.InstallReleaseRequestOrBuilderpublic ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;getChart in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public Tiller.InstallReleaseRequest.Builder setChart(ChartOuterClass.Chart.Builder builderForValue)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public Tiller.InstallReleaseRequest.Builder mergeChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public Tiller.InstallReleaseRequest.Builder clearChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public ChartOuterClass.Chart.Builder getChartBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;getChartOrBuilder in interface Tiller.InstallReleaseRequestOrBuilderpublic boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;hasValues in interface Tiller.InstallReleaseRequestOrBuilderpublic ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;getValues in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public Tiller.InstallReleaseRequest.Builder setValues(ConfigOuterClass.Config.Builder builderForValue)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public Tiller.InstallReleaseRequest.Builder mergeValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public Tiller.InstallReleaseRequest.Builder clearValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public ConfigOuterClass.Config.Builder getValuesBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;getValuesOrBuilder in interface Tiller.InstallReleaseRequestOrBuilderpublic boolean getDryRun()
DryRun, if true, will run through the release logic, but neither create a release object nor deploy to Kubernetes. The release object returned in the response will be fake.
bool dry_run = 3;getDryRun in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setDryRun(boolean value)
DryRun, if true, will run through the release logic, but neither create a release object nor deploy to Kubernetes. The release object returned in the response will be fake.
bool dry_run = 3;public Tiller.InstallReleaseRequest.Builder clearDryRun()
DryRun, if true, will run through the release logic, but neither create a release object nor deploy to Kubernetes. The release object returned in the response will be fake.
bool dry_run = 3;public String getName()
Name is the candidate release name. This must be unique to the namespace, otherwise the server will return an error. If it is not supplied, the server will autogenerate one.
string name = 4;getName in interface Tiller.InstallReleaseRequestOrBuilderpublic ByteString getNameBytes()
Name is the candidate release name. This must be unique to the namespace, otherwise the server will return an error. If it is not supplied, the server will autogenerate one.
string name = 4;getNameBytes in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setName(String value)
Name is the candidate release name. This must be unique to the namespace, otherwise the server will return an error. If it is not supplied, the server will autogenerate one.
string name = 4;public Tiller.InstallReleaseRequest.Builder clearName()
Name is the candidate release name. This must be unique to the namespace, otherwise the server will return an error. If it is not supplied, the server will autogenerate one.
string name = 4;public Tiller.InstallReleaseRequest.Builder setNameBytes(ByteString value)
Name is the candidate release name. This must be unique to the namespace, otherwise the server will return an error. If it is not supplied, the server will autogenerate one.
string name = 4;public boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;getDisableHooks in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setDisableHooks(boolean value)
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;public Tiller.InstallReleaseRequest.Builder clearDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;public String getNamespace()
Namepace is the kubernetes namespace of the release.
string namespace = 6;getNamespace in interface Tiller.InstallReleaseRequestOrBuilderpublic ByteString getNamespaceBytes()
Namepace is the kubernetes namespace of the release.
string namespace = 6;getNamespaceBytes in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setNamespace(String value)
Namepace is the kubernetes namespace of the release.
string namespace = 6;public Tiller.InstallReleaseRequest.Builder clearNamespace()
Namepace is the kubernetes namespace of the release.
string namespace = 6;public Tiller.InstallReleaseRequest.Builder setNamespaceBytes(ByteString value)
Namepace is the kubernetes namespace of the release.
string namespace = 6;public boolean getReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;getReuseName in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setReuseName(boolean value)
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;public Tiller.InstallReleaseRequest.Builder clearReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;public long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 8;getTimeout in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setTimeout(long value)
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 8;public Tiller.InstallReleaseRequest.Builder clearTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 8;public boolean getWait()
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful. It will wait for as long as timeout
bool wait = 9;getWait in interface Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.Builder setWait(boolean value)
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful. It will wait for as long as timeout
bool wait = 9;public Tiller.InstallReleaseRequest.Builder clearWait()
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful. It will wait for as long as timeout
bool wait = 9;public final Tiller.InstallReleaseRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public final Tiller.InstallReleaseRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>Copyright © 2017–2018, microBean. All rights reserved.