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, unknownFieldsmemoizedSizememoizedHashCode| 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic 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 MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField in class GeneratedMessageV3protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public String getName()
The name of the chart
string name = 1;getName in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getNameBytes()
The name of the chart
string name = 1;getNameBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getHome()
The URL to a relevant project page, git repo, or contact person
string home = 2;getHome in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getHomeBytes()
The URL to a relevant project page, git repo, or contact person
string home = 2;getHomeBytes in interface MetadataOuterClass.MetadataOrBuilderpublic ProtocolStringList getSourcesList()
Source is the URL to the source code of this chart
repeated string sources = 3;getSourcesList in interface MetadataOuterClass.MetadataOrBuilderpublic int getSourcesCount()
Source is the URL to the source code of this chart
repeated string sources = 3;getSourcesCount in interface MetadataOuterClass.MetadataOrBuilderpublic String getSources(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;getSources in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getSourcesBytes(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;getSourcesBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getVersion()
A SemVer 2 conformant version string of the chart
string version = 4;getVersion in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getVersionBytes()
A SemVer 2 conformant version string of the chart
string version = 4;getVersionBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getDescription()
A one-sentence description of the chart
string description = 5;getDescription in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getDescriptionBytes()
A one-sentence description of the chart
string description = 5;getDescriptionBytes in interface MetadataOuterClass.MetadataOrBuilderpublic ProtocolStringList getKeywordsList()
A list of string keywords
repeated string keywords = 6;getKeywordsList in interface MetadataOuterClass.MetadataOrBuilderpublic int getKeywordsCount()
A list of string keywords
repeated string keywords = 6;getKeywordsCount in interface MetadataOuterClass.MetadataOrBuilderpublic String getKeywords(int index)
A list of string keywords
repeated string keywords = 6;getKeywords in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getKeywordsBytes(int index)
A list of string keywords
repeated string keywords = 6;getKeywordsBytes in interface MetadataOuterClass.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic String getEngine()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;getEngine in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getEngineBytes()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;getEngineBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getIcon()
The URL to an icon file.
string icon = 9;getIcon in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getIconBytes()
The URL to an icon file.
string icon = 9;getIconBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getApiVersion()
The API Version of this chart.
string apiVersion = 10;getApiVersion in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getApiVersionBytes()
The API Version of this chart.
string apiVersion = 10;getApiVersionBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getCondition()
The condition to check to enable chart
string condition = 11;getCondition in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getConditionBytes()
The condition to check to enable chart
string condition = 11;getConditionBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getTags()
The tags to check to enable chart
string tags = 12;getTags in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getTagsBytes()
The tags to check to enable chart
string tags = 12;getTagsBytes in interface MetadataOuterClass.MetadataOrBuilderpublic String getAppVersion()
The version of the application enclosed inside of this chart.
string appVersion = 13;getAppVersion in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getAppVersionBytes()
The version of the application enclosed inside of this chart.
string appVersion = 13;getAppVersionBytes in interface MetadataOuterClass.MetadataOrBuilderpublic boolean getDeprecated()
Whether or not this chart is deprecated
bool deprecated = 14;getDeprecated in interface MetadataOuterClass.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic int getAnnotationsCount()
MetadataOuterClass.MetadataOrBuilderAnnotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;getAnnotationsCount in interface MetadataOuterClass.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic 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.MetadataOrBuilderpublic String getKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;getKubeVersion in interface MetadataOuterClass.MetadataOrBuilderpublic ByteString getKubeVersionBytes()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;getKubeVersionBytes in interface MetadataOuterClass.MetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static MetadataOuterClass.Metadata parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic MetadataOuterClass.Metadata.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static MetadataOuterClass.Metadata.Builder newBuilder()
public static MetadataOuterClass.Metadata.Builder newBuilder(MetadataOuterClass.Metadata prototype)
public MetadataOuterClass.Metadata.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected MetadataOuterClass.Metadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static MetadataOuterClass.Metadata getDefaultInstance()
public static Parser<MetadataOuterClass.Metadata> parser()
public Parser<MetadataOuterClass.Metadata> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public MetadataOuterClass.Metadata getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderCopyright © 2017–2018, microBean. All rights reserved.