程序包 hapi.chart
接口 MetadataOuterClass.MetadataOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MetadataOuterClass
public static interface MetadataOuterClass.MetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 booleancontainsAnnotations(String key)Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.Map<String,String>getAnnotations()已过时。intgetAnnotationsCount()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.StringgetAnnotationsOrDefault(String key, String defaultValue)Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.StringgetAnnotationsOrThrow(String key)Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.StringgetApiVersion()The API Version of this chart.com.google.protobuf.ByteStringgetApiVersionBytes()The API Version of this chart.StringgetAppVersion()The version of the application enclosed inside of this chart.com.google.protobuf.ByteStringgetAppVersionBytes()The version of the application enclosed inside of this chart.StringgetCondition()The condition to check to enable chartcom.google.protobuf.ByteStringgetConditionBytes()The condition to check to enable chartbooleangetDeprecated()Whether or not this chart is deprecatedStringgetDescription()A one-sentence description of the chartcom.google.protobuf.ByteStringgetDescriptionBytes()A one-sentence description of the chartStringgetEngine()The name of the template engine to use.com.google.protobuf.ByteStringgetEngineBytes()The name of the template engine to use.StringgetHome()The URL to a relevant project page, git repo, or contact personcom.google.protobuf.ByteStringgetHomeBytes()The URL to a relevant project page, git repo, or contact personStringgetIcon()The URL to an icon file.com.google.protobuf.ByteStringgetIconBytes()The URL to an icon file.StringgetKeywords(int index)A list of string keywordscom.google.protobuf.ByteStringgetKeywordsBytes(int index)A list of string keywordsintgetKeywordsCount()A list of string keywordsList<String>getKeywordsList()A list of string keywordsStringgetKubeVersion()KubeVersion is a SemVer constraint specifying the version of Kubernetes required.com.google.protobuf.ByteStringgetKubeVersionBytes()KubeVersion is a SemVer constraint specifying the version of Kubernetes required.MetadataOuterClass.MaintainergetMaintainers(int index)A list of name and URL/email address combinations for the maintainer(s)intgetMaintainersCount()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.MaintainerOrBuildergetMaintainersOrBuilder(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)StringgetName()The name of the chartcom.google.protobuf.ByteStringgetNameBytes()The name of the chartStringgetSources(int index)Source is the URL to the source code of this chartcom.google.protobuf.ByteStringgetSourcesBytes(int index)Source is the URL to the source code of this chartintgetSourcesCount()Source is the URL to the source code of this chartList<String>getSourcesList()Source is the URL to the source code of this chartStringgetTags()The tags to check to enable chartcom.google.protobuf.ByteStringgetTagsBytes()The tags to check to enable chartStringgetTillerVersion()TillerVersion is a SemVer constraints on what version of Tiller is required.com.google.protobuf.ByteStringgetTillerVersionBytes()TillerVersion is a SemVer constraints on what version of Tiller is required.StringgetVersion()A SemVer 2 conformant version string of the chartcom.google.protobuf.ByteStringgetVersionBytes()A SemVer 2 conformant version string of the chart
-
-
-
方法详细资料
-
getName
String getName()
The name of the chart
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the chart
string name = 1;
-
getHome
String getHome()
The URL to a relevant project page, git repo, or contact person
string home = 2;
-
getHomeBytes
com.google.protobuf.ByteString getHomeBytes()
The URL to a relevant project page, git repo, or contact person
string home = 2;
-
getSourcesList
List<String> getSourcesList()
Source is the URL to the source code of this chart
repeated string sources = 3;
-
getSourcesCount
int getSourcesCount()
Source is the URL to the source code of this chart
repeated string sources = 3;
-
getSources
String getSources(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;
-
getSourcesBytes
com.google.protobuf.ByteString getSourcesBytes(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;
-
getVersion
String getVersion()
A SemVer 2 conformant version string of the chart
string version = 4;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
A SemVer 2 conformant version string of the chart
string version = 4;
-
getDescription
String getDescription()
A one-sentence description of the chart
string description = 5;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
A one-sentence description of the chart
string description = 5;
-
getKeywordsList
List<String> getKeywordsList()
A list of string keywords
repeated string keywords = 6;
-
getKeywordsCount
int getKeywordsCount()
A list of string keywords
repeated string keywords = 6;
-
getKeywords
String getKeywords(int index)
A list of string keywords
repeated string keywords = 6;
-
getKeywordsBytes
com.google.protobuf.ByteString getKeywordsBytes(int index)
A list of string keywords
repeated string keywords = 6;
-
getMaintainersList
List<MetadataOuterClass.Maintainer> getMaintainersList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
-
getMaintainers
MetadataOuterClass.Maintainer getMaintainers(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
-
getMaintainersCount
int getMaintainersCount()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
-
getMaintainersOrBuilderList
List<? extends MetadataOuterClass.MaintainerOrBuilder> getMaintainersOrBuilderList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
-
getMaintainersOrBuilder
MetadataOuterClass.MaintainerOrBuilder getMaintainersOrBuilder(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
-
getEngine
String getEngine()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;
-
getEngineBytes
com.google.protobuf.ByteString getEngineBytes()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;
-
getIcon
String getIcon()
The URL to an icon file.
string icon = 9;
-
getIconBytes
com.google.protobuf.ByteString getIconBytes()
The URL to an icon file.
string icon = 9;
-
getApiVersion
String getApiVersion()
The API Version of this chart.
string apiVersion = 10;
-
getApiVersionBytes
com.google.protobuf.ByteString getApiVersionBytes()
The API Version of this chart.
string apiVersion = 10;
-
getCondition
String getCondition()
The condition to check to enable chart
string condition = 11;
-
getConditionBytes
com.google.protobuf.ByteString getConditionBytes()
The condition to check to enable chart
string condition = 11;
-
getTags
String getTags()
The tags to check to enable chart
string tags = 12;
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes()
The tags to check to enable chart
string tags = 12;
-
getAppVersion
String getAppVersion()
The version of the application enclosed inside of this chart.
string appVersion = 13;
-
getAppVersionBytes
com.google.protobuf.ByteString getAppVersionBytes()
The version of the application enclosed inside of this chart.
string appVersion = 13;
-
getDeprecated
boolean getDeprecated()
Whether or not this chart is deprecated
bool deprecated = 14;
-
getTillerVersion
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;
-
getTillerVersionBytes
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;
-
getAnnotationsCount
int getAnnotationsCount()
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
-
containsAnnotations
boolean containsAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
-
getAnnotations
@Deprecated Map<String,String> getAnnotations()
已过时。UsegetAnnotationsMap()instead.
-
getAnnotationsMap
Map<String,String> getAnnotationsMap()
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
-
getAnnotationsOrDefault
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;
-
getAnnotationsOrThrow
String getAnnotationsOrThrow(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
-
getKubeVersion
String getKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;
-
getKubeVersionBytes
com.google.protobuf.ByteString getKubeVersionBytes()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;
-
-