public static final class MetadataOuterClass.Metadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder> 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| 限定符和类型 | 方法和说明 |
|---|---|
MetadataOuterClass.Metadata.Builder |
addAllKeywords(Iterable<String> values)
A list of string keywords
repeated string keywords = 6; |
MetadataOuterClass.Metadata.Builder |
addAllMaintainers(Iterable<? extends MetadataOuterClass.Maintainer> values)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
addAllSources(Iterable<String> values)
Source is the URL to the source code of this chart
repeated string sources = 3; |
MetadataOuterClass.Metadata.Builder |
addKeywords(String value)
A list of string keywords
repeated string keywords = 6; |
MetadataOuterClass.Metadata.Builder |
addKeywordsBytes(com.google.protobuf.ByteString value)
A list of string keywords
repeated string keywords = 6; |
MetadataOuterClass.Metadata.Builder |
addMaintainers(int index,
MetadataOuterClass.Maintainer.Builder builderForValue)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
addMaintainers(int index,
MetadataOuterClass.Maintainer value)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
addMaintainers(MetadataOuterClass.Maintainer.Builder builderForValue)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
addMaintainers(MetadataOuterClass.Maintainer value)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Maintainer.Builder |
addMaintainersBuilder()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Maintainer.Builder |
addMaintainersBuilder(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MetadataOuterClass.Metadata.Builder |
addSources(String value)
Source is the URL to the source code of this chart
repeated string sources = 3; |
MetadataOuterClass.Metadata.Builder |
addSourcesBytes(com.google.protobuf.ByteString value)
Source is the URL to the source code of this chart
repeated string sources = 3; |
MetadataOuterClass.Metadata |
build() |
MetadataOuterClass.Metadata |
buildPartial() |
MetadataOuterClass.Metadata.Builder |
clear() |
MetadataOuterClass.Metadata.Builder |
clearAnnotations() |
MetadataOuterClass.Metadata.Builder |
clearApiVersion()
The API Version of this chart.
|
MetadataOuterClass.Metadata.Builder |
clearAppVersion()
The version of the application enclosed inside of this chart.
|
MetadataOuterClass.Metadata.Builder |
clearCondition()
The condition to check to enable chart
string condition = 11; |
MetadataOuterClass.Metadata.Builder |
clearDeprecated()
Whether or not this chart is deprecated
bool deprecated = 14; |
MetadataOuterClass.Metadata.Builder |
clearDescription()
A one-sentence description of the chart
string description = 5; |
MetadataOuterClass.Metadata.Builder |
clearEngine()
The name of the template engine to use.
|
MetadataOuterClass.Metadata.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MetadataOuterClass.Metadata.Builder |
clearHome()
The URL to a relevant project page, git repo, or contact person
string home = 2; |
MetadataOuterClass.Metadata.Builder |
clearIcon()
The URL to an icon file.
|
MetadataOuterClass.Metadata.Builder |
clearKeywords()
A list of string keywords
repeated string keywords = 6; |
MetadataOuterClass.Metadata.Builder |
clearKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
|
MetadataOuterClass.Metadata.Builder |
clearMaintainers()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
clearName()
The name of the chart
string name = 1; |
MetadataOuterClass.Metadata.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MetadataOuterClass.Metadata.Builder |
clearSources()
Source is the URL to the source code of this chart
repeated string sources = 3; |
MetadataOuterClass.Metadata.Builder |
clearTags()
The tags to check to enable chart
string tags = 12; |
MetadataOuterClass.Metadata.Builder |
clearTillerVersion()
TillerVersion is a SemVer constraints on what version of Tiller is required.
|
MetadataOuterClass.Metadata.Builder |
clearVersion()
A SemVer 2 conformant version string of the chart
string version = 4; |
MetadataOuterClass.Metadata.Builder |
clone() |
boolean |
containsAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
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; |
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() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
MetadataOuterClass.Maintainer.Builder |
getMaintainersBuilder(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
List<MetadataOuterClass.Maintainer.Builder> |
getMaintainersBuilderList()
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; |
Map<String,String> |
getMutableAnnotations()
已过时。
|
String |
getName()
The name of the chart
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
The name of the chart
string name = 1; |
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.
|
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
MetadataOuterClass.Metadata.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MetadataOuterClass.Metadata.Builder |
mergeFrom(com.google.protobuf.Message other) |
MetadataOuterClass.Metadata.Builder |
mergeFrom(MetadataOuterClass.Metadata other) |
MetadataOuterClass.Metadata.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MetadataOuterClass.Metadata.Builder |
putAllAnnotations(Map<String,String> values)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
MetadataOuterClass.Metadata.Builder |
putAnnotations(String key,
String value)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
MetadataOuterClass.Metadata.Builder |
removeAnnotations(String key)
Annotations are additional mappings uninterpreted by Tiller,
made available for inspection by other applications.
|
MetadataOuterClass.Metadata.Builder |
removeMaintainers(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
setApiVersion(String value)
The API Version of this chart.
|
MetadataOuterClass.Metadata.Builder |
setApiVersionBytes(com.google.protobuf.ByteString value)
The API Version of this chart.
|
MetadataOuterClass.Metadata.Builder |
setAppVersion(String value)
The version of the application enclosed inside of this chart.
|
MetadataOuterClass.Metadata.Builder |
setAppVersionBytes(com.google.protobuf.ByteString value)
The version of the application enclosed inside of this chart.
|
MetadataOuterClass.Metadata.Builder |
setCondition(String value)
The condition to check to enable chart
string condition = 11; |
MetadataOuterClass.Metadata.Builder |
setConditionBytes(com.google.protobuf.ByteString value)
The condition to check to enable chart
string condition = 11; |
MetadataOuterClass.Metadata.Builder |
setDeprecated(boolean value)
Whether or not this chart is deprecated
bool deprecated = 14; |
MetadataOuterClass.Metadata.Builder |
setDescription(String value)
A one-sentence description of the chart
string description = 5; |
MetadataOuterClass.Metadata.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
A one-sentence description of the chart
string description = 5; |
MetadataOuterClass.Metadata.Builder |
setEngine(String value)
The name of the template engine to use.
|
MetadataOuterClass.Metadata.Builder |
setEngineBytes(com.google.protobuf.ByteString value)
The name of the template engine to use.
|
MetadataOuterClass.Metadata.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MetadataOuterClass.Metadata.Builder |
setHome(String value)
The URL to a relevant project page, git repo, or contact person
string home = 2; |
MetadataOuterClass.Metadata.Builder |
setHomeBytes(com.google.protobuf.ByteString value)
The URL to a relevant project page, git repo, or contact person
string home = 2; |
MetadataOuterClass.Metadata.Builder |
setIcon(String value)
The URL to an icon file.
|
MetadataOuterClass.Metadata.Builder |
setIconBytes(com.google.protobuf.ByteString value)
The URL to an icon file.
|
MetadataOuterClass.Metadata.Builder |
setKeywords(int index,
String value)
A list of string keywords
repeated string keywords = 6; |
MetadataOuterClass.Metadata.Builder |
setKubeVersion(String value)
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
|
MetadataOuterClass.Metadata.Builder |
setKubeVersionBytes(com.google.protobuf.ByteString value)
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
|
MetadataOuterClass.Metadata.Builder |
setMaintainers(int index,
MetadataOuterClass.Maintainer.Builder builderForValue)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
setMaintainers(int index,
MetadataOuterClass.Maintainer value)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7; |
MetadataOuterClass.Metadata.Builder |
setName(String value)
The name of the chart
string name = 1; |
MetadataOuterClass.Metadata.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the chart
string name = 1; |
MetadataOuterClass.Metadata.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MetadataOuterClass.Metadata.Builder |
setSources(int index,
String value)
Source is the URL to the source code of this chart
repeated string sources = 3; |
MetadataOuterClass.Metadata.Builder |
setTags(String value)
The tags to check to enable chart
string tags = 12; |
MetadataOuterClass.Metadata.Builder |
setTagsBytes(com.google.protobuf.ByteString value)
The tags to check to enable chart
string tags = 12; |
MetadataOuterClass.Metadata.Builder |
setTillerVersion(String value)
TillerVersion is a SemVer constraints on what version of Tiller is required.
|
MetadataOuterClass.Metadata.Builder |
setTillerVersionBytes(com.google.protobuf.ByteString value)
TillerVersion is a SemVer constraints on what version of Tiller is required.
|
MetadataOuterClass.Metadata.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MetadataOuterClass.Metadata.Builder |
setVersion(String value)
A SemVer 2 conformant version string of the chart
string version = 4; |
MetadataOuterClass.Metadata.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
A SemVer 2 conformant version string of the chart
string version = 4; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic MetadataOuterClass.Metadata build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic MetadataOuterClass.Metadata buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic MetadataOuterClass.Metadata.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder mergeFrom(MetadataOuterClass.Metadata other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public MetadataOuterClass.Metadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<MetadataOuterClass.Metadata.Builder>IOExceptionpublic 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 MetadataOuterClass.Metadata.Builder setName(String value)
The name of the chart
string name = 1;public MetadataOuterClass.Metadata.Builder clearName()
The name of the chart
string name = 1;public MetadataOuterClass.Metadata.Builder setNameBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setHome(String value)
The URL to a relevant project page, git repo, or contact person
string home = 2;public MetadataOuterClass.Metadata.Builder clearHome()
The URL to a relevant project page, git repo, or contact person
string home = 2;public MetadataOuterClass.Metadata.Builder setHomeBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setSources(int index, String value)
Source is the URL to the source code of this chart
repeated string sources = 3;public MetadataOuterClass.Metadata.Builder addSources(String value)
Source is the URL to the source code of this chart
repeated string sources = 3;public MetadataOuterClass.Metadata.Builder addAllSources(Iterable<String> values)
Source is the URL to the source code of this chart
repeated string sources = 3;public MetadataOuterClass.Metadata.Builder clearSources()
Source is the URL to the source code of this chart
repeated string sources = 3;public MetadataOuterClass.Metadata.Builder addSourcesBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setVersion(String value)
A SemVer 2 conformant version string of the chart
string version = 4;public MetadataOuterClass.Metadata.Builder clearVersion()
A SemVer 2 conformant version string of the chart
string version = 4;public MetadataOuterClass.Metadata.Builder setVersionBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setDescription(String value)
A one-sentence description of the chart
string description = 5;public MetadataOuterClass.Metadata.Builder clearDescription()
A one-sentence description of the chart
string description = 5;public MetadataOuterClass.Metadata.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setKeywords(int index, String value)
A list of string keywords
repeated string keywords = 6;public MetadataOuterClass.Metadata.Builder addKeywords(String value)
A list of string keywords
repeated string keywords = 6;public MetadataOuterClass.Metadata.Builder addAllKeywords(Iterable<String> values)
A list of string keywords
repeated string keywords = 6;public MetadataOuterClass.Metadata.Builder clearKeywords()
A list of string keywords
repeated string keywords = 6;public MetadataOuterClass.Metadata.Builder addKeywordsBytes(com.google.protobuf.ByteString value)
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 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.Metadata.Builder setMaintainers(int index, MetadataOuterClass.Maintainer value)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder setMaintainers(int index, MetadataOuterClass.Maintainer.Builder builderForValue)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder addMaintainers(MetadataOuterClass.Maintainer value)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder addMaintainers(int index, MetadataOuterClass.Maintainer value)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder addMaintainers(MetadataOuterClass.Maintainer.Builder builderForValue)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder addMaintainers(int index, MetadataOuterClass.Maintainer.Builder builderForValue)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder addAllMaintainers(Iterable<? extends MetadataOuterClass.Maintainer> values)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder clearMaintainers()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Metadata.Builder removeMaintainers(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Maintainer.Builder getMaintainersBuilder(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 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 MetadataOuterClass.Maintainer.Builder addMaintainersBuilder()
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public MetadataOuterClass.Maintainer.Builder addMaintainersBuilder(int index)
A list of name and URL/email address combinations for the maintainer(s)
repeated .hapi.chart.Maintainer maintainers = 7;public List<MetadataOuterClass.Maintainer.Builder> getMaintainersBuilderList()
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 MetadataOuterClass.Metadata.Builder setEngine(String value)
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;public MetadataOuterClass.Metadata.Builder clearEngine()
The name of the template engine to use. Defaults to 'gotpl'.
string engine = 8;public MetadataOuterClass.Metadata.Builder setEngineBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setIcon(String value)
The URL to an icon file.
string icon = 9;public MetadataOuterClass.Metadata.Builder clearIcon()
The URL to an icon file.
string icon = 9;public MetadataOuterClass.Metadata.Builder setIconBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setApiVersion(String value)
The API Version of this chart.
string apiVersion = 10;public MetadataOuterClass.Metadata.Builder clearApiVersion()
The API Version of this chart.
string apiVersion = 10;public MetadataOuterClass.Metadata.Builder setApiVersionBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setCondition(String value)
The condition to check to enable chart
string condition = 11;public MetadataOuterClass.Metadata.Builder clearCondition()
The condition to check to enable chart
string condition = 11;public MetadataOuterClass.Metadata.Builder setConditionBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setTags(String value)
The tags to check to enable chart
string tags = 12;public MetadataOuterClass.Metadata.Builder clearTags()
The tags to check to enable chart
string tags = 12;public MetadataOuterClass.Metadata.Builder setTagsBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setAppVersion(String value)
The version of the application enclosed inside of this chart.
string appVersion = 13;public MetadataOuterClass.Metadata.Builder clearAppVersion()
The version of the application enclosed inside of this chart.
string appVersion = 13;public MetadataOuterClass.Metadata.Builder setAppVersionBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder setDeprecated(boolean value)
Whether or not this chart is deprecated
bool deprecated = 14;public MetadataOuterClass.Metadata.Builder clearDeprecated()
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 MetadataOuterClass.Metadata.Builder setTillerVersion(String value)
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 MetadataOuterClass.Metadata.Builder clearTillerVersion()
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 MetadataOuterClass.Metadata.Builder setTillerVersionBytes(com.google.protobuf.ByteString value)
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 MetadataOuterClass.Metadata.Builder clearAnnotations()
public MetadataOuterClass.Metadata.Builder removeAnnotations(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> getMutableAnnotations()
public MetadataOuterClass.Metadata.Builder putAnnotations(String key, String value)
Annotations are additional mappings uninterpreted by Tiller, made available for inspection by other applications.
map<string, string> annotations = 16;public MetadataOuterClass.Metadata.Builder putAllAnnotations(Map<String,String> values)
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 MetadataOuterClass.Metadata.Builder setKubeVersion(String value)
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;public MetadataOuterClass.Metadata.Builder clearKubeVersion()
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;public MetadataOuterClass.Metadata.Builder setKubeVersionBytes(com.google.protobuf.ByteString value)
KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
string kubeVersion = 17;public final MetadataOuterClass.Metadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>public final MetadataOuterClass.Metadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MetadataOuterClass.Metadata.Builder>Copyright © 2019. All rights reserved.