public static final class Tiller.InstallReleaseRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder> implements Tiller.InstallReleaseRequestOrBuilder
InstallReleaseRequest is the request for an installation of a chart.Protobuf type
hapi.services.tiller.InstallReleaseRequest| 限定符和类型 | 方法和说明 |
|---|---|
Tiller.InstallReleaseRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Tiller.InstallReleaseRequest |
build() |
Tiller.InstallReleaseRequest |
buildPartial() |
Tiller.InstallReleaseRequest.Builder |
clear() |
Tiller.InstallReleaseRequest.Builder |
clearChart()
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
clearDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
|
Tiller.InstallReleaseRequest.Builder |
clearDryRun()
DryRun, if true, will run through the release logic, but neither create
a release object nor deploy to Kubernetes.
|
Tiller.InstallReleaseRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Tiller.InstallReleaseRequest.Builder |
clearName()
Name is the candidate release name.
|
Tiller.InstallReleaseRequest.Builder |
clearNamespace()
Namepace is the kubernetes namespace of the release.
|
Tiller.InstallReleaseRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Tiller.InstallReleaseRequest.Builder |
clearReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
|
Tiller.InstallReleaseRequest.Builder |
clearTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
Tiller.InstallReleaseRequest.Builder |
clearValues()
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.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.InstallReleaseRequest.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.InstallReleaseRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the candidate release name.
|
String |
getNamespace()
Namepace is the kubernetes namespace of the release.
|
com.google.protobuf.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.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 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Tiller.InstallReleaseRequest.Builder |
mergeChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Tiller.InstallReleaseRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Tiller.InstallReleaseRequest.Builder |
mergeFrom(Tiller.InstallReleaseRequest other) |
Tiller.InstallReleaseRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Tiller.InstallReleaseRequest.Builder |
mergeValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.Builder |
setChart(ChartOuterClass.Chart.Builder builderForValue)
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
setChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
|
Tiller.InstallReleaseRequest.Builder |
setDisableHooks(boolean value)
DisableHooks causes the server to skip running any hooks for the install.
|
Tiller.InstallReleaseRequest.Builder |
setDryRun(boolean value)
DryRun, if true, will run through the release logic, but neither create
a release object nor deploy to Kubernetes.
|
Tiller.InstallReleaseRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Tiller.InstallReleaseRequest.Builder |
setName(String value)
Name is the candidate release name.
|
Tiller.InstallReleaseRequest.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name is the candidate release name.
|
Tiller.InstallReleaseRequest.Builder |
setNamespace(String value)
Namepace is the kubernetes namespace of the release.
|
Tiller.InstallReleaseRequest.Builder |
setNamespaceBytes(com.google.protobuf.ByteString value)
Namepace is the kubernetes namespace of the release.
|
Tiller.InstallReleaseRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Tiller.InstallReleaseRequest.Builder |
setReuseName(boolean value)
ReuseName requests that Tiller re-uses a name, instead of erroring out.
|
Tiller.InstallReleaseRequest.Builder |
setTimeout(long value)
timeout specifies the max amount of time any kubernetes client command can run.
|
Tiller.InstallReleaseRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Tiller.InstallReleaseRequest.Builder |
setValues(ConfigOuterClass.Config.Builder builderForValue)
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.Builder |
setValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
|
Tiller.InstallReleaseRequest.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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic Tiller.InstallReleaseRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic Tiller.InstallReleaseRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic Tiller.InstallReleaseRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder mergeFrom(Tiller.InstallReleaseRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public Tiller.InstallReleaseRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Tiller.InstallReleaseRequest.Builder>IOExceptionpublic boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public Tiller.InstallReleaseRequest.Builder setChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public Tiller.InstallReleaseRequest.Builder setChart(ChartOuterClass.Chart.Builder builderForValue)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public Tiller.InstallReleaseRequest.Builder mergeChart(ChartOuterClass.Chart value)
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public Tiller.InstallReleaseRequest.Builder clearChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public ChartOuterClass.Chart.Builder getChartBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;public boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public Tiller.InstallReleaseRequest.Builder setValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public Tiller.InstallReleaseRequest.Builder setValues(ConfigOuterClass.Config.Builder builderForValue)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public Tiller.InstallReleaseRequest.Builder mergeValues(ConfigOuterClass.Config value)
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public Tiller.InstallReleaseRequest.Builder clearValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public ConfigOuterClass.Config.Builder getValuesBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;public 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;public Tiller.InstallReleaseRequest.Builder setDryRun(boolean value)
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;public Tiller.InstallReleaseRequest.Builder clearDryRun()
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;public 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;getName 在接口中 Tiller.InstallReleaseRequestOrBuilderpublic 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;public Tiller.InstallReleaseRequest.Builder setName(String value)
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;public Tiller.InstallReleaseRequest.Builder clearName()
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;public Tiller.InstallReleaseRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
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;public boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;public Tiller.InstallReleaseRequest.Builder setDisableHooks(boolean value)
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;public Tiller.InstallReleaseRequest.Builder clearDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;public String getNamespace()
Namepace is the kubernetes namespace of the release.
string namespace = 6;public com.google.protobuf.ByteString getNamespaceBytes()
Namepace is the kubernetes namespace of the release.
string namespace = 6;public Tiller.InstallReleaseRequest.Builder setNamespace(String value)
Namepace is the kubernetes namespace of the release.
string namespace = 6;public Tiller.InstallReleaseRequest.Builder clearNamespace()
Namepace is the kubernetes namespace of the release.
string namespace = 6;public Tiller.InstallReleaseRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
Namepace is the kubernetes namespace of the release.
string namespace = 6;public boolean getReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;public Tiller.InstallReleaseRequest.Builder setReuseName(boolean value)
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;public Tiller.InstallReleaseRequest.Builder clearReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;public long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 8;public Tiller.InstallReleaseRequest.Builder setTimeout(long value)
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 8;public Tiller.InstallReleaseRequest.Builder clearTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 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 在接口中 Tiller.InstallReleaseRequestOrBuilderpublic Tiller.InstallReleaseRequest.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.InstallReleaseRequest.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 final Tiller.InstallReleaseRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>public final Tiller.InstallReleaseRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Tiller.InstallReleaseRequest.Builder>Copyright © 2021. All rights reserved.