public static final class MetadataOuterClass.Metadata extends GeneratedMessageV3 implements MetadataOuterClass.MetadataOrBuilder
Metadata for a Chart file. This models the structure of a Chart.yaml file. Spec: https://k8s.io/helm/blob/master/docs/design/chart_format.md#the-chart-fileProtobuf type
hapi.chart.Metadata
Modifier and Type | Class and Description |
---|---|
static class |
MetadataOuterClass.Metadata.Builder
Metadata for a Chart file.
|
static class |
MetadataOuterClass.Metadata.Engine
Protobuf enum
hapi.chart.Metadata.Engine |
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 |
ANNOTATIONS_FIELD_NUMBER |
static int |
APIVERSION_FIELD_NUMBER |
static int |
APPVERSION_FIELD_NUMBER |
static int |
CONDITION_FIELD_NUMBER |
static int |
DEPRECATED_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
ENGINE_FIELD_NUMBER |
static int |
HOME_FIELD_NUMBER |
static int |
ICON_FIELD_NUMBER |
static int |
KEYWORDS_FIELD_NUMBER |
static int |
KUBEVERSION_FIELD_NUMBER |
static int |
MAINTAINERS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SOURCES_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
TILLERVERSION_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
containsAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAnnotations()
Deprecated.
|
int |
getAnnotationsCount()
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
Map<String,String> |
getAnnotationsMap()
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
String |
getAnnotationsOrDefault(String key,
String defaultValue)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
String |
getAnnotationsOrThrow(String key)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
String |
getApiVersion()
The API Version of this chart.
|
ByteString |
getApiVersionBytes()
The API Version of this chart.
|
String |
getAppVersion()
The version of the application enclosed inside of this chart.
|
ByteString |
getAppVersionBytes()
The version of the application enclosed inside of this chart.
|
String |
getCondition()
The condition to check to enable chart
|
ByteString |
getConditionBytes()
The condition to check to enable chart
|
static MetadataOuterClass.Metadata |
getDefaultInstance() |
MetadataOuterClass.Metadata |
getDefaultInstanceForType() |
boolean |
getDeprecated()
Whether or not this chart is deprecated
|
String |
getDescription()
A one-sentence description of the chart
|
ByteString |
getDescriptionBytes()
A one-sentence description of the chart
|
static Descriptors.Descriptor |
getDescriptor() |
String |
getEngine()
The name of the template engine to use.
|
ByteString |
getEngineBytes()
The name of the template engine to use.
|
String |
getHome()
The URL to a relevant project page, git repo, or contact person
|
ByteString |
getHomeBytes()
The URL to a relevant project page, git repo, or contact person
|
String |
getIcon()
The URL to an icon file.
|
ByteString |
getIconBytes()
The URL to an icon file.
|
String |
getKeywords(int index)
A list of string keywords
|
ByteString |
getKeywordsBytes(int index)
A list of string keywords
|
int |
getKeywordsCount()
A list of string keywords
|
ProtocolStringList |
getKeywordsList()
A list of string keywords
|
String |
getKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
|
ByteString |
getKubeVersionBytes()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
|
MetadataOuterClass.Maintainer |
getMaintainers(int index)
A list of name and URL/email address combinations for the maintainer(s)
|
int |
getMaintainersCount()
A list of name and URL/email address combinations for the maintainer(s)
|
List<MetadataOuterClass.Maintainer> |
getMaintainersList()
A list of name and URL/email address combinations for the maintainer(s)
|
MetadataOuterClass.MaintainerOrBuilder |
getMaintainersOrBuilder(int index)
A list of name and URL/email address combinations for the maintainer(s)
|
List<? extends MetadataOuterClass.MaintainerOrBuilder> |
getMaintainersOrBuilderList()
A list of name and URL/email address combinations for the maintainer(s)
|
String |
getName()
The name of the chart
|
ByteString |
getNameBytes()
The name of the chart
|
Parser<MetadataOuterClass.Metadata> |
getParserForType() |
int |
getSerializedSize() |
String |
getSources(int index)
Source is the URL to the source code of this chart
|
ByteString |
getSourcesBytes(int index)
Source is the URL to the source code of this chart
|
int |
getSourcesCount()
Source is the URL to the source code of this chart
|
ProtocolStringList |
getSourcesList()
Source is the URL to the source code of this chart
|
String |
getTags()
The tags to check to enable chart
|
ByteString |
getTagsBytes()
The tags to check to enable chart
|
String |
getTillerVersion()
TillerVersion is a SemVer constraints on what version of Tiller is required.
|
ByteString |
getTillerVersionBytes()
TillerVersion is a SemVer constraints on what version of Tiller is required.
|
UnknownFieldSet |
getUnknownFields() |
String |
getVersion()
A SemVer 2 conformant version string of the chart
|
ByteString |
getVersionBytes()
A SemVer 2 conformant version string of the chart
|
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static MetadataOuterClass.Metadata.Builder |
newBuilder() |
static MetadataOuterClass.Metadata.Builder |
newBuilder(MetadataOuterClass.Metadata prototype) |
MetadataOuterClass.Metadata.Builder |
newBuilderForType() |
protected MetadataOuterClass.Metadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static MetadataOuterClass.Metadata |
parseDelimitedFrom(InputStream input) |
static MetadataOuterClass.Metadata |
parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(byte[] data) |
static MetadataOuterClass.Metadata |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(ByteBuffer data) |
static MetadataOuterClass.Metadata |
parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(ByteString data) |
static MetadataOuterClass.Metadata |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(CodedInputStream input) |
static MetadataOuterClass.Metadata |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(InputStream input) |
static MetadataOuterClass.Metadata |
parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<MetadataOuterClass.Metadata> |
parser() |
MetadataOuterClass.Metadata.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, 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 NAME_FIELD_NUMBER
public static final int HOME_FIELD_NUMBER
public static final int SOURCES_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int KEYWORDS_FIELD_NUMBER
public static final int MAINTAINERS_FIELD_NUMBER
public static final int ENGINE_FIELD_NUMBER
public static final int ICON_FIELD_NUMBER
public static final int APIVERSION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int APPVERSION_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
public static final int TILLERVERSION_FIELD_NUMBER
public static final int ANNOTATIONS_FIELD_NUMBER
public static final int KUBEVERSION_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public String getName()
The name of the chart
string name = 1;
getName
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getNameBytes()
The name of the chart
string name = 1;
getNameBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getHome()
The URL to a relevant project page, git repo, or contact person
string home = 2;
getHome
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getHomeBytes()
The URL to a relevant project page, git repo, or contact person
string home = 2;
getHomeBytes
in interface MetadataOuterClass.MetadataOrBuilder
public ProtocolStringList getSourcesList()
Source is the URL to the source code of this chart
repeated string sources = 3;
getSourcesList
in interface MetadataOuterClass.MetadataOrBuilder
public int getSourcesCount()
Source is the URL to the source code of this chart
repeated string sources = 3;
getSourcesCount
in interface MetadataOuterClass.MetadataOrBuilder
public String getSources(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;
getSources
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getSourcesBytes(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;
getSourcesBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getVersion()
A SemVer 2 conformant version string of the chart
string version = 4;
getVersion
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getVersionBytes()
A SemVer 2 conformant version string of the chart
string version = 4;
getVersionBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getDescription()
A one-sentence description of the chart
string description = 5;
getDescription
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getDescriptionBytes()
A one-sentence description of the chart
string description = 5;
getDescriptionBytes
in interface MetadataOuterClass.MetadataOrBuilder
public ProtocolStringList getKeywordsList()
A list of string keywords
repeated string keywords = 6;
getKeywordsList
in interface MetadataOuterClass.MetadataOrBuilder
public int getKeywordsCount()
A list of string keywords
repeated string keywords = 6;
getKeywordsCount
in interface MetadataOuterClass.MetadataOrBuilder
public String getKeywords(int index)
A list of string keywords
repeated string keywords = 6;
getKeywords
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getKeywordsBytes(int index)
A list of string keywords
repeated string keywords = 6;
getKeywordsBytes
in interface MetadataOuterClass.MetadataOrBuilder
public List<MetadataOuterClass.Maintainer> getMaintainersList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
getMaintainersList
in interface MetadataOuterClass.MetadataOrBuilder
public List<? extends MetadataOuterClass.MaintainerOrBuilder> getMaintainersOrBuilderList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
getMaintainersOrBuilderList
in interface MetadataOuterClass.MetadataOrBuilder
public int getMaintainersCount()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
getMaintainersCount
in interface MetadataOuterClass.MetadataOrBuilder
public MetadataOuterClass.Maintainer getMaintainers(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
getMaintainers
in interface MetadataOuterClass.MetadataOrBuilder
public MetadataOuterClass.MaintainerOrBuilder getMaintainersOrBuilder(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
getMaintainersOrBuilder
in interface MetadataOuterClass.MetadataOrBuilder
public String getEngine()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;
getEngine
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getEngineBytes()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;
getEngineBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getIcon()
The URL to an icon file.
string icon = 9;
getIcon
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getIconBytes()
The URL to an icon file.
string icon = 9;
getIconBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getApiVersion()
The API Version of this chart.
string apiVersion = 10;
getApiVersion
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getApiVersionBytes()
The API Version of this chart.
string apiVersion = 10;
getApiVersionBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getCondition()
The condition to check to enable chart
string condition = 11;
getCondition
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getConditionBytes()
The condition to check to enable chart
string condition = 11;
getConditionBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getTags()
The tags to check to enable chart
string tags = 12;
getTags
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getTagsBytes()
The tags to check to enable chart
string tags = 12;
getTagsBytes
in interface MetadataOuterClass.MetadataOrBuilder
public String getAppVersion()
The version of the application enclosed inside of this chart.
string appVersion = 13;
getAppVersion
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getAppVersionBytes()
The version of the application enclosed inside of this chart.
string appVersion = 13;
getAppVersionBytes
in interface MetadataOuterClass.MetadataOrBuilder
public boolean getDeprecated()
Whether or not this chart is deprecated
bool deprecated = 14;
getDeprecated
in interface MetadataOuterClass.MetadataOrBuilder
public String getTillerVersion()
TillerVersion is a SemVer constraints on what version of Tiller is required. See SemVer ranges here: https://github.com/Masterminds/semver#basic-comparisons
string tillerVersion = 15;
getTillerVersion
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getTillerVersionBytes()
TillerVersion is a SemVer constraints on what version of Tiller is required. See SemVer ranges here: https://github.com/Masterminds/semver#basic-comparisons
string tillerVersion = 15;
getTillerVersionBytes
in interface MetadataOuterClass.MetadataOrBuilder
public int getAnnotationsCount()
MetadataOuterClass.MetadataOrBuilder
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
getAnnotationsCount
in interface MetadataOuterClass.MetadataOrBuilder
public boolean containsAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
containsAnnotations
in interface MetadataOuterClass.MetadataOrBuilder
@Deprecated public Map<String,String> getAnnotations()
getAnnotationsMap()
instead.getAnnotations
in interface MetadataOuterClass.MetadataOrBuilder
public Map<String,String> getAnnotationsMap()
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
getAnnotationsMap
in interface MetadataOuterClass.MetadataOrBuilder
public String getAnnotationsOrDefault(String key, String defaultValue)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
getAnnotationsOrDefault
in interface MetadataOuterClass.MetadataOrBuilder
public String getAnnotationsOrThrow(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
getAnnotationsOrThrow
in interface MetadataOuterClass.MetadataOrBuilder
public String getKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;
getKubeVersion
in interface MetadataOuterClass.MetadataOrBuilder
public ByteString getKubeVersionBytes()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;
getKubeVersionBytes
in interface MetadataOuterClass.MetadataOrBuilder
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 MetadataOuterClass.Metadata parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Metadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Metadata parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Metadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Metadata parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Metadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Metadata parseFrom(InputStream input) throws IOException
IOException
public static MetadataOuterClass.Metadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MetadataOuterClass.Metadata parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MetadataOuterClass.Metadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MetadataOuterClass.Metadata parseFrom(CodedInputStream input) throws IOException
IOException
public static MetadataOuterClass.Metadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public MetadataOuterClass.Metadata.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static MetadataOuterClass.Metadata.Builder newBuilder()
public static MetadataOuterClass.Metadata.Builder newBuilder(MetadataOuterClass.Metadata prototype)
public MetadataOuterClass.Metadata.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected MetadataOuterClass.Metadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static MetadataOuterClass.Metadata getDefaultInstance()
public static Parser<MetadataOuterClass.Metadata> parser()
public Parser<MetadataOuterClass.Metadata> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public MetadataOuterClass.Metadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2017–2018, microBean. All rights reserved.