public static final class Tiller.InstallReleaseRequest extends GeneratedMessageV3 implements Tiller.InstallReleaseRequestOrBuilder
InstallReleaseRequest is the request for an installation of a chart.Protobuf type
hapi.services.tiller.InstallReleaseRequest
Modifier and Type | Class and Description |
---|---|
static class |
Tiller.InstallReleaseRequest.Builder
InstallReleaseRequest is the request for an installation of a chart.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
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 |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
hasChart
in interface Tiller.InstallReleaseRequestOrBuilder
public ChartOuterClass.Chart getChart()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
getChart
in interface Tiller.InstallReleaseRequestOrBuilder
public ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the protobuf representation of a chart.
.hapi.chart.Chart chart = 1;
getChartOrBuilder
in interface Tiller.InstallReleaseRequestOrBuilder
public boolean hasValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
hasValues
in interface Tiller.InstallReleaseRequestOrBuilder
public ConfigOuterClass.Config getValues()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
getValues
in interface Tiller.InstallReleaseRequestOrBuilder
public ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Values is a string containing (unparsed) YAML values.
.hapi.chart.Config values = 2;
getValuesOrBuilder
in interface Tiller.InstallReleaseRequestOrBuilder
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;
getDryRun
in interface Tiller.InstallReleaseRequestOrBuilder
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
in interface Tiller.InstallReleaseRequestOrBuilder
public 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;
getNameBytes
in interface Tiller.InstallReleaseRequestOrBuilder
public boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the install.
bool disable_hooks = 5;
getDisableHooks
in interface Tiller.InstallReleaseRequestOrBuilder
public String getNamespace()
Namepace is the kubernetes namespace of the release.
string namespace = 6;
getNamespace
in interface Tiller.InstallReleaseRequestOrBuilder
public ByteString getNamespaceBytes()
Namepace is the kubernetes namespace of the release.
string namespace = 6;
getNamespaceBytes
in interface Tiller.InstallReleaseRequestOrBuilder
public boolean getReuseName()
ReuseName requests that Tiller re-uses a name, instead of erroring out.
bool reuse_name = 7;
getReuseName
in interface Tiller.InstallReleaseRequestOrBuilder
public long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 8;
getTimeout
in interface Tiller.InstallReleaseRequestOrBuilder
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
in interface Tiller.InstallReleaseRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Tiller.InstallReleaseRequest parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.InstallReleaseRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.InstallReleaseRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.InstallReleaseRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.InstallReleaseRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.InstallReleaseRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.InstallReleaseRequest parseFrom(InputStream input) throws IOException
IOException
public static Tiller.InstallReleaseRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Tiller.InstallReleaseRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Tiller.InstallReleaseRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Tiller.InstallReleaseRequest parseFrom(CodedInputStream input) throws IOException
IOException
public static Tiller.InstallReleaseRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Tiller.InstallReleaseRequest.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Tiller.InstallReleaseRequest.Builder newBuilder()
public static Tiller.InstallReleaseRequest.Builder newBuilder(Tiller.InstallReleaseRequest prototype)
public Tiller.InstallReleaseRequest.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Tiller.InstallReleaseRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Tiller.InstallReleaseRequest getDefaultInstance()
public static Parser<Tiller.InstallReleaseRequest> parser()
public Parser<Tiller.InstallReleaseRequest> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Tiller.InstallReleaseRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2017–2018, microBean. All rights reserved.