接口 Tiller.InstallReleaseRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Tiller
public static interface Tiller.InstallReleaseRequestOrBuilder 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 install.booleangetDryRun()DryRun, if true, will run through the release logic, but neither create a release object nor deploy to Kubernetes.StringgetName()Name is the candidate release name.com.google.protobuf.ByteStringgetNameBytes()Name is the candidate release name.StringgetNamespace()Namepace is the kubernetes namespace of the release.com.google.protobuf.ByteStringgetNamespaceBytes()Namepace is the kubernetes namespace of the release.booleangetReuseName()ReuseName requests that Tiller re-uses a name, instead of erroring out.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.
-
-
-
方法详细资料
-
hasChart
boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
-
getChart
ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
-
getChartOrBuilder
ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
-
hasValues
boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
-
getValues
ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
-
getValuesOrBuilder
ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
-
getDryRun
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;
-
getName
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;
-
getNameBytes
com.google.protobuf.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;
-
getDisableHooks
boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;
-
getNamespace
String getNamespace()
Namepace is the kubernetes namespace of the release.
string namespace = 6;
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namepace is the kubernetes namespace of the release.
string namespace = 6;
-
getReuseName
boolean getReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;
-
getTimeout
long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 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;
-
-