public static interface ReleaseOuterClass.ReleaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ChartOuterClass.Chart |
getChart()
Chart is the chart that was released.
|
ChartOuterClass.ChartOrBuilder |
getChartOrBuilder()
Chart is the chart that was released.
|
ConfigOuterClass.Config |
getConfig()
Config is the set of extra Values added to the chart.
|
ConfigOuterClass.ConfigOrBuilder |
getConfigOrBuilder()
Config is the set of extra Values added to the chart.
|
HookOuterClass.Hook |
getHooks(int index)
Hooks are all of the hooks declared for this release.
|
int |
getHooksCount()
Hooks are all of the hooks declared for this release.
|
List<HookOuterClass.Hook> |
getHooksList()
Hooks are all of the hooks declared for this release.
|
HookOuterClass.HookOrBuilder |
getHooksOrBuilder(int index)
Hooks are all of the hooks declared for this release.
|
List<? extends HookOuterClass.HookOrBuilder> |
getHooksOrBuilderList()
Hooks are all of the hooks declared for this release.
|
InfoOuterClass.Info |
getInfo()
Info provides information about a release
.hapi.release.Info info = 2; |
InfoOuterClass.InfoOrBuilder |
getInfoOrBuilder()
Info provides information about a release
.hapi.release.Info info = 2; |
String |
getManifest()
Manifest is the string representation of the rendered template.
|
com.google.protobuf.ByteString |
getManifestBytes()
Manifest is the string representation of the rendered template.
|
String |
getName()
Name is the name of the release
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of the release
string name = 1; |
String |
getNamespace()
Namespace is the kubernetes namespace of the release.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace is the kubernetes namespace of the release.
|
int |
getVersion()
Version is an int32 which represents the version of the release.
|
boolean |
hasChart()
Chart is the chart that was released.
|
boolean |
hasConfig()
Config is the set of extra Values added to the chart.
|
boolean |
hasInfo()
Info provides information about a release
.hapi.release.Info info = 2; |
String getName()
Name is the name of the release
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name is the name of the release
string name = 1;boolean hasInfo()
Info provides information about a release
.hapi.release.Info info = 2;InfoOuterClass.Info getInfo()
Info provides information about a release
.hapi.release.Info info = 2;InfoOuterClass.InfoOrBuilder getInfoOrBuilder()
Info provides information about a release
.hapi.release.Info info = 2;boolean hasChart()
Chart is the chart that was released.
.hapi.chart.Chart chart = 3;ChartOuterClass.Chart getChart()
Chart is the chart that was released.
.hapi.chart.Chart chart = 3;ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the chart that was released.
.hapi.chart.Chart chart = 3;boolean hasConfig()
Config is the set of extra Values added to the chart. These values override the default values inside of the chart.
.hapi.chart.Config config = 4;ConfigOuterClass.Config getConfig()
Config is the set of extra Values added to the chart. These values override the default values inside of the chart.
.hapi.chart.Config config = 4;ConfigOuterClass.ConfigOrBuilder getConfigOrBuilder()
Config is the set of extra Values added to the chart. These values override the default values inside of the chart.
.hapi.chart.Config config = 4;String getManifest()
Manifest is the string representation of the rendered template.
string manifest = 5;com.google.protobuf.ByteString getManifestBytes()
Manifest is the string representation of the rendered template.
string manifest = 5;List<HookOuterClass.Hook> getHooksList()
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;HookOuterClass.Hook getHooks(int index)
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;int getHooksCount()
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;List<? extends HookOuterClass.HookOrBuilder> getHooksOrBuilderList()
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;HookOuterClass.HookOrBuilder getHooksOrBuilder(int index)
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;int getVersion()
Version is an int32 which represents the version of the release.
int32 version = 7;String getNamespace()
Namespace is the kubernetes namespace of the release.
string namespace = 8;com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the kubernetes namespace of the release.
string namespace = 8;Copyright © 2019. All rights reserved.