程序包 hapi.release
接口 ReleaseOuterClass.ReleaseOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ReleaseOuterClass
public static interface ReleaseOuterClass.ReleaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ChartOuterClass.ChartgetChart()Chart is the chart that was released.ChartOuterClass.ChartOrBuildergetChartOrBuilder()Chart is the chart that was released.ConfigOuterClass.ConfiggetConfig()Config is the set of extra Values added to the chart.ConfigOuterClass.ConfigOrBuildergetConfigOrBuilder()Config is the set of extra Values added to the chart.HookOuterClass.HookgetHooks(int index)Hooks are all of the hooks declared for this release.intgetHooksCount()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.HookOrBuildergetHooksOrBuilder(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.InfogetInfo()Info provides information about a releaseInfoOuterClass.InfoOrBuildergetInfoOrBuilder()Info provides information about a releaseStringgetManifest()Manifest is the string representation of the rendered template.com.google.protobuf.ByteStringgetManifestBytes()Manifest is the string representation of the rendered template.StringgetName()Name is the name of the releasecom.google.protobuf.ByteStringgetNameBytes()Name is the name of the releaseStringgetNamespace()Namespace is the kubernetes namespace of the release.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace is the kubernetes namespace of the release.intgetVersion()Version is an int32 which represents the version of the release.booleanhasChart()Chart is the chart that was released.booleanhasConfig()Config is the set of extra Values added to the chart.booleanhasInfo()Info provides information about a release
-
-
-
方法详细资料
-
getName
String getName()
Name is the name of the release
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name is the name of the release
string name = 1;
-
hasInfo
boolean hasInfo()
Info provides information about a release
.hapi.release.Info info = 2;
-
getInfo
InfoOuterClass.Info getInfo()
Info provides information about a release
.hapi.release.Info info = 2;
-
getInfoOrBuilder
InfoOuterClass.InfoOrBuilder getInfoOrBuilder()
Info provides information about a release
.hapi.release.Info info = 2;
-
hasChart
boolean hasChart()
Chart is the chart that was released.
.hapi.chart.Chart chart = 3;
-
getChart
ChartOuterClass.Chart getChart()
Chart is the chart that was released.
.hapi.chart.Chart chart = 3;
-
getChartOrBuilder
ChartOuterClass.ChartOrBuilder getChartOrBuilder()
Chart is the chart that was released.
.hapi.chart.Chart chart = 3;
-
hasConfig
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;
-
getConfig
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;
-
getConfigOrBuilder
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;
-
getManifest
String getManifest()
Manifest is the string representation of the rendered template.
string manifest = 5;
-
getManifestBytes
com.google.protobuf.ByteString getManifestBytes()
Manifest is the string representation of the rendered template.
string manifest = 5;
-
getHooksList
List<HookOuterClass.Hook> getHooksList()
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;
-
getHooks
HookOuterClass.Hook getHooks(int index)
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;
-
getHooksCount
int getHooksCount()
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;
-
getHooksOrBuilderList
List<? extends HookOuterClass.HookOrBuilder> getHooksOrBuilderList()
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;
-
getHooksOrBuilder
HookOuterClass.HookOrBuilder getHooksOrBuilder(int index)
Hooks are all of the hooks declared for this release.
repeated .hapi.release.Hook hooks = 6;
-
getVersion
int getVersion()
Version is an int32 which represents the version of the release.
int32 version = 7;
-
getNamespace
String getNamespace()
Namespace is the kubernetes namespace of the release.
string namespace = 8;
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the kubernetes namespace of the release.
string namespace = 8;
-
-