接口 Tiller.UpdateReleaseRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Tiller
public static interface Tiller.UpdateReleaseRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ChartOuterClass.ChartgetChart()Chart is the protobuf representation of a chart.ChartOuterClass.ChartOrBuildergetChartOrBuilder()Chart is the protobuf representation of a chart.booleangetDisableHooks()DisableHooks causes the server to skip running any hooks for the upgrade.booleangetDryRun()dry_run, if true, will run through the release logic, but neither createbooleangetForce()Force resource update through delete/recreate if needed.StringgetName()The name of the releasecom.google.protobuf.ByteStringgetNameBytes()The name of the releasebooleangetRecreate()Performs pods restart for resources if applicablebooleangetResetValues()ResetValues will cause Tiller to ignore stored values, resetting to default values.booleangetReuseValues()ReuseValues will cause Tiller to reuse the values from the last release.longgetTimeout()timeout specifies the max amount of time any kubernetes client command can run.ConfigOuterClass.ConfiggetValues()Values is a string containing (unparsed) YAML values.ConfigOuterClass.ConfigOrBuildergetValuesOrBuilder()Values is a string containing (unparsed) YAML values.booleangetWait()wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful.booleanhasChart()Chart is the protobuf representation of a chart.booleanhasValues()Values is a string containing (unparsed) YAML values.
-
-
-
方法详细资料
-
getName
String getName()
The name of the release
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the release
string name = 1;
-
hasChart
boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
-
getChart
ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
-
getChartOrBuilder
ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 2;
-
hasValues
boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
-
getValues
ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
-
getValuesOrBuilder
ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 3;
-
getDryRun
boolean getDryRun()
dry_run, if true, will run through the release logic, but neither create
bool dry_run = 4;
-
getDisableHooks
boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the upgrade.
bool disable_hooks = 5;
-
getRecreate
boolean getRecreate()
Performs pods restart for resources if applicable
bool recreate = 6;
-
getTimeout
long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 7;
-
getResetValues
boolean getResetValues()
ResetValues will cause Tiller to ignore stored values, resetting to default values.
bool reset_values = 8;
-
getWait
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;
-
getReuseValues
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;
-
getForce
boolean getForce()
Force resource update through delete/recreate if needed.
bool force = 11;
-
-