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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public 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.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Tiller.InstallReleaseRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Tiller.InstallReleaseRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Tiller.InstallReleaseRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder mergeFrom(Tiller.InstallReleaseRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public Tiller.InstallReleaseRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Tiller.InstallReleaseRequest.Builder>
IOException
public boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
hasChart
in interface Tiller.InstallReleaseRequestOrBuilder
public ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
getChart
in interface Tiller.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
hasValues
in interface Tiller.InstallReleaseRequestOrBuilder
public ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
getValues
in interface Tiller.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public ByteString getNamespaceBytes()
Namepace is the kubernetes namespace of the release.
string namespace = 6;
getNamespaceBytes
in interface Tiller.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.InstallReleaseRequestOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
public final Tiller.InstallReleaseRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>
Copyright © 2017–2018, microBean. All rights reserved.