public static interface Tiller.InstallReleaseRequestOrBuilder 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 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.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
boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
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;
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;
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;
boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;
String getNamespace()
Namepace is the kubernetes namespace of the release.
string namespace = 6;
ByteString getNamespaceBytes()
Namepace is the kubernetes namespace of the release.
string namespace = 6;
boolean getReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;
long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 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;
Copyright © 2017–2018, microBean. All rights reserved.