public static final class Tiller.InstallReleaseRequest extends com.google.protobuf.GeneratedMessageV3 implements Tiller.InstallReleaseRequestOrBuilder
InstallReleaseRequest is the request for an installation of a chart.Protobuf type
hapi.services.tiller.InstallReleaseRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
Tiller.InstallReleaseRequest.Builder
InstallReleaseRequest is the request for an installation of a chart.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CHART_FIELD_NUMBER |
static int |
DISABLE_HOOKS_FIELD_NUMBER |
static int |
DRY_RUN_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static int |
REUSE_NAME_FIELD_NUMBER |
static int |
TIMEOUT_FIELD_NUMBER |
static int |
VALUES_FIELD_NUMBER |
static int |
WAIT_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
ChartOuterClass.Chart |
getChart()
Chart is the protobuf representation of a chart.
|
ChartOuterClass.ChartOrBuilder |
getChartOrBuilder()
Chart is the protobuf representation of a chart.
|
static Tiller.InstallReleaseRequest |
getDefaultInstance() |
Tiller.InstallReleaseRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Tiller.InstallReleaseRequest> |
getParserForType() |
boolean |
getReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
|
int |
getSerializedSize() |
long |
getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
boolean |
hasValues()
Values is a string containing (unparsed) YAML values.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Tiller.InstallReleaseRequest.Builder |
newBuilder() |
static Tiller.InstallReleaseRequest.Builder |
newBuilder(Tiller.InstallReleaseRequest prototype) |
Tiller.InstallReleaseRequest.Builder |
newBuilderForType() |
protected Tiller.InstallReleaseRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Tiller.InstallReleaseRequest |
parseDelimitedFrom(InputStream input) |
static Tiller.InstallReleaseRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseRequest |
parseFrom(byte[] data) |
static Tiller.InstallReleaseRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseRequest |
parseFrom(ByteBuffer data) |
static Tiller.InstallReleaseRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Tiller.InstallReleaseRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Tiller.InstallReleaseRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.InstallReleaseRequest |
parseFrom(InputStream input) |
static Tiller.InstallReleaseRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Tiller.InstallReleaseRequest> |
parser() |
Tiller.InstallReleaseRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int CHART_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
public static final int DRY_RUN_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DISABLE_HOOKS_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public static final int REUSE_NAME_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int WAIT_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public 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 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 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 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 boolean getDisableHooks()
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 boolean getReuseName()
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 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 final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Tiller.InstallReleaseRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.InstallReleaseRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.InstallReleaseRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.InstallReleaseRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.InstallReleaseRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.InstallReleaseRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.InstallReleaseRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Tiller.InstallReleaseRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Tiller.InstallReleaseRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Tiller.InstallReleaseRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Tiller.InstallReleaseRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Tiller.InstallReleaseRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Tiller.InstallReleaseRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Tiller.InstallReleaseRequest.Builder newBuilder()
public static Tiller.InstallReleaseRequest.Builder newBuilder(Tiller.InstallReleaseRequest prototype)
public Tiller.InstallReleaseRequest.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Tiller.InstallReleaseRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Tiller.InstallReleaseRequest getDefaultInstance()
public static com.google.protobuf.Parser<Tiller.InstallReleaseRequest> parser()
public com.google.protobuf.Parser<Tiller.InstallReleaseRequest> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Tiller.InstallReleaseRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.