public static final class MetadataOuterClass.Metadata extends com.google.protobuf.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-file
Protobuf type hapi.chart.Metadata| 限定符和类型 | 类和说明 |
|---|---|
static class |
MetadataOuterClass.Metadata.Builder
Metadata for a Chart file.
|
static class |
MetadataOuterClass.Metadata.Engine
Protobuf enum
hapi.chart.Metadata.Engine |
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 |
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
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()
已过时。
|
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.
|
com.google.protobuf.ByteString |
getApiVersionBytes()
The API Version of this chart.
|
String |
getAppVersion()
The version of the application enclosed inside of this chart.
|
com.google.protobuf.ByteString |
getAppVersionBytes()
The version of the application enclosed inside of this chart.
|
String |
getCondition()
The condition to check to enable chart
string condition = 11; |
com.google.protobuf.ByteString |
getConditionBytes()
The condition to check to enable chart
string condition = 11; |
static MetadataOuterClass.Metadata |
getDefaultInstance() |
MetadataOuterClass.Metadata |
getDefaultInstanceForType() |
boolean |
getDeprecated()
Whether or not this chart is deprecated
bool deprecated = 14; |
String |
getDescription()
A one-sentence description of the chart
string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
A one-sentence description of the chart
string description = 5; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEngine()
The name of the template engine to use.
|
com.google.protobuf.ByteString |
getEngineBytes()
The name of the template engine to use.
|
String |
getHome()
The URL to a relevant project page, git repo, or contact person
string home = 2; |
com.google.protobuf.ByteString |
getHomeBytes()
The URL to a relevant project page, git repo, or contact person
string home = 2; |
String |
getIcon()
The URL to an icon file.
|
com.google.protobuf.ByteString |
getIconBytes()
The URL to an icon file.
|
String |
getKeywords(int index)
A list of string keywords
repeated string keywords = 6; |
com.google.protobuf.ByteString |
getKeywordsBytes(int index)
A list of string keywords
repeated string keywords = 6; |
int |
getKeywordsCount()
A list of string keywords
repeated string keywords = 6; |
com.google.protobuf.ProtocolStringList |
getKeywordsList()
A list of string keywords
repeated string keywords = 6; |
String |
getKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
|
com.google.protobuf.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)
repeated .hapi.chart.Maintainer maintainers = 7; |
int |
getMaintainersCount()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
List<MetadataOuterClass.Maintainer> |
getMaintainersList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.MaintainerOrBuilder |
getMaintainersOrBuilder(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
List<? extends MetadataOuterClass.MaintainerOrBuilder> |
getMaintainersOrBuilderList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
String |
getName()
The name of the chart
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
The name of the chart
string name = 1; |
com.google.protobuf.Parser<MetadataOuterClass.Metadata> |
getParserForType() |
int |
getSerializedSize() |
String |
getSources(int index)
Source is the URL to the source code of this chart
repeated string sources = 3; |
com.google.protobuf.ByteString |
getSourcesBytes(int index)
Source is the URL to the source code of this chart
repeated string sources = 3; |
int |
getSourcesCount()
Source is the URL to the source code of this chart
repeated string sources = 3; |
com.google.protobuf.ProtocolStringList |
getSourcesList()
Source is the URL to the source code of this chart
repeated string sources = 3; |
String |
getTags()
The tags to check to enable chart
string tags = 12; |
com.google.protobuf.ByteString |
getTagsBytes()
The tags to check to enable chart
string tags = 12; |
String |
getTillerVersion()
TillerVersion is a SemVer constraints on what version of Tiller is required.
|
com.google.protobuf.ByteString |
getTillerVersionBytes()
TillerVersion is a SemVer constraints on what version of Tiller is required.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVersion()
A SemVer 2 conformant version string of the chart
string version = 4; |
com.google.protobuf.ByteString |
getVersionBytes()
A SemVer 2 conformant version string of the chart
string version = 4; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.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(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static MetadataOuterClass.Metadata |
parseDelimitedFrom(InputStream input) |
static MetadataOuterClass.Metadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(byte[] data) |
static MetadataOuterClass.Metadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(ByteBuffer data) |
static MetadataOuterClass.Metadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(com.google.protobuf.ByteString data) |
static MetadataOuterClass.Metadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MetadataOuterClass.Metadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataOuterClass.Metadata |
parseFrom(InputStream input) |
static MetadataOuterClass.Metadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MetadataOuterClass.Metadata> |
parser() |
MetadataOuterClass.Metadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.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, 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 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.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getName()
The name of the chart
string name = 1;getName 在接口中 MetadataOuterClass.MetadataOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the chart
string name = 1;public String getHome()
The URL to a relevant project page, git repo, or contact person
string home = 2;getHome 在接口中 MetadataOuterClass.MetadataOrBuilderpublic com.google.protobuf.ByteString getHomeBytes()
The URL to a relevant project page, git repo, or contact person
string home = 2;public com.google.protobuf.ProtocolStringList getSourcesList()
Source is the URL to the source code of this chart
repeated string sources = 3;public int getSourcesCount()
Source is the URL to the source code of this chart
repeated string sources = 3;public String getSources(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;public com.google.protobuf.ByteString getSourcesBytes(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;public String getVersion()
A SemVer 2 conformant version string of the chart
string version = 4;public com.google.protobuf.ByteString getVersionBytes()
A SemVer 2 conformant version string of the chart
string version = 4;public String getDescription()
A one-sentence description of the chart
string description = 5;public com.google.protobuf.ByteString getDescriptionBytes()
A one-sentence description of the chart
string description = 5;public com.google.protobuf.ProtocolStringList getKeywordsList()
A list of string keywords
repeated string keywords = 6;public int getKeywordsCount()
A list of string keywords
repeated string keywords = 6;public String getKeywords(int index)
A list of string keywords
repeated string keywords = 6;public com.google.protobuf.ByteString getKeywordsBytes(int index)
A list of string keywords
repeated string keywords = 6;public List<MetadataOuterClass.Maintainer> getMaintainersList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;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;public int getMaintainersCount()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;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;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;public String getEngine()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;public com.google.protobuf.ByteString getEngineBytes()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;public String getIcon()
The URL to an icon file.
string icon = 9;getIcon 在接口中 MetadataOuterClass.MetadataOrBuilderpublic com.google.protobuf.ByteString getIconBytes()
The URL to an icon file.
string icon = 9;public String getApiVersion()
The API Version of this chart.
string apiVersion = 10;public com.google.protobuf.ByteString getApiVersionBytes()
The API Version of this chart.
string apiVersion = 10;public String getCondition()
The condition to check to enable chart
string condition = 11;public com.google.protobuf.ByteString getConditionBytes()
The condition to check to enable chart
string condition = 11;public String getTags()
The tags to check to enable chart
string tags = 12;getTags 在接口中 MetadataOuterClass.MetadataOrBuilderpublic com.google.protobuf.ByteString getTagsBytes()
The tags to check to enable chart
string tags = 12;public String getAppVersion()
The version of the application enclosed inside of this chart.
string appVersion = 13;public com.google.protobuf.ByteString getAppVersionBytes()
The version of the application enclosed inside of this chart.
string appVersion = 13;public boolean getDeprecated()
Whether or not this chart is deprecated
bool deprecated = 14;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;public com.google.protobuf.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;public int getAnnotationsCount()
MetadataOuterClass.MetadataOrBuilderAnnotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;public boolean containsAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;@Deprecated public Map<String,String> getAnnotations()
getAnnotationsMap() instead.public Map<String,String> getAnnotationsMap()
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;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;public String getAnnotationsOrThrow(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;public String getKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;public com.google.protobuf.ByteString getKubeVersionBytes()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;public 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 MetadataOuterClass.Metadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MetadataOuterClass.Metadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MetadataOuterClass.Metadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic MetadataOuterClass.Metadata.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static MetadataOuterClass.Metadata.Builder newBuilder()
public static MetadataOuterClass.Metadata.Builder newBuilder(MetadataOuterClass.Metadata prototype)
public MetadataOuterClass.Metadata.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected MetadataOuterClass.Metadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static MetadataOuterClass.Metadata getDefaultInstance()
public static com.google.protobuf.Parser<MetadataOuterClass.Metadata> parser()
public com.google.protobuf.Parser<MetadataOuterClass.Metadata> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public MetadataOuterClass.Metadata getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.