public static interface ReleaseOuterClass.ReleaseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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
|
InfoOuterClass.InfoOrBuilder |
getInfoOrBuilder()
Info provides information about a release
|
String |
getManifest()
Manifest is the string representation of the rendered template.
|
ByteString |
getManifestBytes()
Manifest is the string representation of the rendered template.
|
String |
getName()
Name is the name of the release
|
ByteString |
getNameBytes()
Name is the name of the release
|
String |
getNamespace()
Namespace is the kubernetes namespace of the release.
|
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedByteString 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;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;ByteString getNamespaceBytes()
Namespace is the kubernetes namespace of the release.
string namespace = 8;Copyright © 2017–2018, microBean. All rights reserved.