public static final class Tiller.UpdateReleaseRequest.Builder extends GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder> implements Tiller.UpdateReleaseRequestOrBuilder
UpdateReleaseRequest updates a release.Protobuf type
hapi.services.tiller.UpdateReleaseRequest
Modifier and Type | Method and Description |
---|---|
Tiller.UpdateReleaseRequest.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Tiller.UpdateReleaseRequest |
build() |
Tiller.UpdateReleaseRequest |
buildPartial() |
Tiller.UpdateReleaseRequest.Builder |
clear() |
Tiller.UpdateReleaseRequest.Builder |
clearChart()
Chart is the protobuf representation of a chart.
|
Tiller.UpdateReleaseRequest.Builder |
clearDisableHooks()
DisableHooks causes the server to skip running any hooks for the upgrade.
|
Tiller.UpdateReleaseRequest.Builder |
clearDryRun()
dry_run, if true, will run through the release logic, but neither create
|
Tiller.UpdateReleaseRequest.Builder |
clearField(Descriptors.FieldDescriptor field) |
Tiller.UpdateReleaseRequest.Builder |
clearForce()
Force resource update through delete/recreate if needed.
|
Tiller.UpdateReleaseRequest.Builder |
clearName()
The name of the release
|
Tiller.UpdateReleaseRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Tiller.UpdateReleaseRequest.Builder |
clearRecreate()
Performs pods restart for resources if applicable
|
Tiller.UpdateReleaseRequest.Builder |
clearResetValues()
ResetValues will cause Tiller to ignore stored values, resetting to default values.
|
Tiller.UpdateReleaseRequest.Builder |
clearReuseValues()
ReuseValues will cause Tiller to reuse the values from the last release.
|
Tiller.UpdateReleaseRequest.Builder |
clearTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
Tiller.UpdateReleaseRequest.Builder |
clearValues()
Values is a string containing (unparsed) YAML values.
|
Tiller.UpdateReleaseRequest.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.UpdateReleaseRequest.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.UpdateReleaseRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDisableHooks()
DisableHooks causes the server to skip running any hooks for the upgrade.
|
boolean |
getDryRun()
dry_run, if true, will run through the release logic, but neither create
|
boolean |
getForce()
Force resource update through delete/recreate if needed.
|
String |
getName()
The name of the release
|
ByteString |
getNameBytes()
The name of the release
|
boolean |
getRecreate()
Performs pods restart for resources if applicable
|
boolean |
getResetValues()
ResetValues will cause Tiller to ignore stored values, resetting to default values.
|
boolean |
getReuseValues()
ReuseValues will cause Tiller to reuse the values from the last release.
|
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.UpdateReleaseRequest.Builder |
mergeChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
|
Tiller.UpdateReleaseRequest.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Tiller.UpdateReleaseRequest.Builder |
mergeFrom(Message other) |
Tiller.UpdateReleaseRequest.Builder |
mergeFrom(Tiller.UpdateReleaseRequest other) |
Tiller.UpdateReleaseRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Tiller.UpdateReleaseRequest.Builder |
mergeValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
|
Tiller.UpdateReleaseRequest.Builder |
setChart(ChartOuterClass.Chart.Builder builderForValue)
Chart is the protobuf representation of a chart.
|
Tiller.UpdateReleaseRequest.Builder |
setChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
|
Tiller.UpdateReleaseRequest.Builder |
setDisableHooks(boolean value)
DisableHooks causes the server to skip running any hooks for the upgrade.
|
Tiller.UpdateReleaseRequest.Builder |
setDryRun(boolean value)
dry_run, if true, will run through the release logic, but neither create
|
Tiller.UpdateReleaseRequest.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
Tiller.UpdateReleaseRequest.Builder |
setForce(boolean value)
Force resource update through delete/recreate if needed.
|
Tiller.UpdateReleaseRequest.Builder |
setName(String value)
The name of the release
|
Tiller.UpdateReleaseRequest.Builder |
setNameBytes(ByteString value)
The name of the release
|
Tiller.UpdateReleaseRequest.Builder |
setRecreate(boolean value)
Performs pods restart for resources if applicable
|
Tiller.UpdateReleaseRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Tiller.UpdateReleaseRequest.Builder |
setResetValues(boolean value)
ResetValues will cause Tiller to ignore stored values, resetting to default values.
|
Tiller.UpdateReleaseRequest.Builder |
setReuseValues(boolean value)
ReuseValues will cause Tiller to reuse the values from the last release.
|
Tiller.UpdateReleaseRequest.Builder |
setTimeout(long value)
timeout specifies the max amount of time any kubernetes client command can run.
|
Tiller.UpdateReleaseRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Tiller.UpdateReleaseRequest.Builder |
setValues(ConfigOuterClass.Config.Builder builderForValue)
Values is a string containing (unparsed) YAML values.
|
Tiller.UpdateReleaseRequest.Builder |
setValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
|
Tiller.UpdateReleaseRequest.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.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Tiller.UpdateReleaseRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Tiller.UpdateReleaseRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Tiller.UpdateReleaseRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder mergeFrom(Tiller.UpdateReleaseRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public Tiller.UpdateReleaseRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Tiller.UpdateReleaseRequest.Builder>
IOException
public String getName()
The name of the release
string name = 1;
getName
in interface Tiller.UpdateReleaseRequestOrBuilder
public ByteString getNameBytes()
The name of the release
string name = 1;
getNameBytes
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setName(String value)
The name of the release
string name = 1;
public Tiller.UpdateReleaseRequest.Builder clearName()
The name of the release
string name = 1;
public Tiller.UpdateReleaseRequest.Builder setNameBytes(ByteString value)
The name of the release
string name = 1;
public boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
hasChart
in interface Tiller.UpdateReleaseRequestOrBuilder
public ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
getChart
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
public Tiller.UpdateReleaseRequest.Builder setChart(ChartOuterClass.Chart.Builder builderForValue)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
public Tiller.UpdateReleaseRequest.Builder mergeChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
public Tiller.UpdateReleaseRequest.Builder clearChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
public ChartOuterClass.Chart.Builder getChartBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
public ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
getChartOrBuilder
in interface Tiller.UpdateReleaseRequestOrBuilder
public boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
hasValues
in interface Tiller.UpdateReleaseRequestOrBuilder
public ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
getValues
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
public Tiller.UpdateReleaseRequest.Builder setValues(ConfigOuterClass.Config.Builder builderForValue)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
public Tiller.UpdateReleaseRequest.Builder mergeValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
public Tiller.UpdateReleaseRequest.Builder clearValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
public ConfigOuterClass.Config.Builder getValuesBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
public ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
getValuesOrBuilder
in interface Tiller.UpdateReleaseRequestOrBuilder
public boolean getDryRun()
dry_run, if true, will run through the release logic, but neither create
bool dry_run = 4;
getDryRun
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setDryRun(boolean value)
dry_run, if true, will run through the release logic, but neither create
bool dry_run = 4;
public Tiller.UpdateReleaseRequest.Builder clearDryRun()
dry_run, if true, will run through the release logic, but neither create
bool dry_run = 4;
public boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the upgrade.
bool disable_hooks = 5;
getDisableHooks
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setDisableHooks(boolean value)
DisableHooks causes the server to skip running any hooks for the upgrade.
bool disable_hooks = 5;
public Tiller.UpdateReleaseRequest.Builder clearDisableHooks()
DisableHooks causes the server to skip running any hooks for the upgrade.
bool disable_hooks = 5;
public boolean getRecreate()
Performs pods restart for resources if applicable
bool recreate = 6;
getRecreate
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setRecreate(boolean value)
Performs pods restart for resources if applicable
bool recreate = 6;
public Tiller.UpdateReleaseRequest.Builder clearRecreate()
Performs pods restart for resources if applicable
bool recreate = 6;
public long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 7;
getTimeout
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setTimeout(long value)
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 7;
public Tiller.UpdateReleaseRequest.Builder clearTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 7;
public boolean getResetValues()
ResetValues will cause Tiller to ignore stored values, resetting to default values.
bool reset_values = 8;
getResetValues
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setResetValues(boolean value)
ResetValues will cause Tiller to ignore stored values, resetting to default values.
bool reset_values = 8;
public Tiller.UpdateReleaseRequest.Builder clearResetValues()
ResetValues will cause Tiller to ignore stored values, resetting to default values.
bool reset_values = 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.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.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.UpdateReleaseRequest.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 boolean getReuseValues()
ReuseValues will cause Tiller to reuse the values from the last release. This is ignored if reset_values is set.
bool reuse_values = 10;
getReuseValues
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setReuseValues(boolean value)
ReuseValues will cause Tiller to reuse the values from the last release. This is ignored if reset_values is set.
bool reuse_values = 10;
public Tiller.UpdateReleaseRequest.Builder clearReuseValues()
ReuseValues will cause Tiller to reuse the values from the last release. This is ignored if reset_values is set.
bool reuse_values = 10;
public boolean getForce()
Force resource update through delete/recreate if needed.
bool force = 11;
getForce
in interface Tiller.UpdateReleaseRequestOrBuilder
public Tiller.UpdateReleaseRequest.Builder setForce(boolean value)
Force resource update through delete/recreate if needed.
bool force = 11;
public Tiller.UpdateReleaseRequest.Builder clearForce()
Force resource update through delete/recreate if needed.
bool force = 11;
public final Tiller.UpdateReleaseRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
public final Tiller.UpdateReleaseRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Tiller.UpdateReleaseRequest.Builder>
Copyright © 2017–2018, microBean. All rights reserved.