public static interface MetadataOuterClass.MetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
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
|
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
|
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
|
List<String> |
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
|
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
|
List<String> |
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.
|
String |
getVersion()
A SemVer 2 conformant version string of the chart
|
ByteString |
getVersionBytes()
A SemVer 2 conformant version string of the chart
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
The name of the chart
string name = 1;
String getHome()
The URL to a relevant project page, git repo, or contact person
string home = 2;
ByteString getHomeBytes()
The URL to a relevant project page, git repo, or contact person
string home = 2;
List<String> getSourcesList()
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;
String getSources(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;
ByteString getSourcesBytes(int index)
Source is the URL to the source code of this chart
repeated string sources = 3;
String getVersion()
A SemVer 2 conformant version string of the chart
string version = 4;
ByteString getVersionBytes()
A SemVer 2 conformant version string of the chart
string version = 4;
String getDescription()
A one-sentence description of the chart
string description = 5;
ByteString getDescriptionBytes()
A one-sentence description of the chart
string description = 5;
List<String> getKeywordsList()
A list of string keywords
repeated string keywords = 6;
int getKeywordsCount()
A list of string keywords
repeated string keywords = 6;
String getKeywords(int index)
A list of string keywords
repeated string keywords = 6;
ByteString getKeywordsBytes(int index)
A list of string keywords
repeated string keywords = 6;
List<MetadataOuterClass.Maintainer> getMaintainersList()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;
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<? extends MetadataOuterClass.MaintainerOrBuilder> getMaintainersOrBuilderList()
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;
String getEngine()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;
ByteString getEngineBytes()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;
ByteString getIconBytes()
The URL to an icon file.
string icon = 9;
String getApiVersion()
The API Version of this chart.
string apiVersion = 10;
ByteString getApiVersionBytes()
The API Version of this chart.
string apiVersion = 10;
String getCondition()
The condition to check to enable chart
string condition = 11;
ByteString getConditionBytes()
The condition to check to enable chart
string condition = 11;
ByteString getTagsBytes()
The tags to check to enable chart
string tags = 12;
String getAppVersion()
The version of the application enclosed inside of this chart.
string appVersion = 13;
ByteString getAppVersionBytes()
The version of the application enclosed inside of this chart.
string appVersion = 13;
boolean getDeprecated()
Whether or not this chart is deprecated
bool deprecated = 14;
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;
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;
int getAnnotationsCount()
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
boolean containsAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
@Deprecated Map<String,String> getAnnotations()
getAnnotationsMap()
instead.Map<String,String> getAnnotationsMap()
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
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;
String getAnnotationsOrThrow(String key)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;
String getKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;
ByteString getKubeVersionBytes()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;
Copyright © 2017–2018, microBean. All rights reserved.