public static interface Tiller.UpdateReleaseRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChartOuterClass.Chart |
getChart()
Chart is the protobuf representation of a chart.
|
ChartOuterClass.ChartOrBuilder |
getChartOrBuilder()
Chart is the protobuf representation of a chart.
|
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.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
The name of the release
string name = 1;
boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
boolean getDryRun()
dry_run, if true, will run through the release logic, but neither create
bool dry_run = 4;
boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the upgrade.
bool disable_hooks = 5;
boolean getRecreate()
Performs pods restart for resources if applicable
bool recreate = 6;
long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 7;
boolean getResetValues()
ResetValues will cause Tiller to ignore stored values, resetting to default values.
bool reset_values = 8;
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;
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;
boolean getForce()
Force resource update through delete/recreate if needed.
bool force = 11;
Copyright © 2017–2018, microBean. All rights reserved.