程序包 hapi.release
接口 HookOuterClass.HookOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- HookOuterClass
public static interface HookOuterClass.HookOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 HookOuterClass.Hook.DeletePolicygetDeletePolicies(int index)DeletePolicies are the policies that indicate when to delete the hookintgetDeletePoliciesCount()DeletePolicies are the policies that indicate when to delete the hookList<HookOuterClass.Hook.DeletePolicy>getDeletePoliciesList()DeletePolicies are the policies that indicate when to delete the hookintgetDeletePoliciesValue(int index)DeletePolicies are the policies that indicate when to delete the hookList<Integer>getDeletePoliciesValueList()DeletePolicies are the policies that indicate when to delete the hookHookOuterClass.Hook.EventgetEvents(int index)Events are the events that this hook fires on.intgetEventsCount()Events are the events that this hook fires on.List<HookOuterClass.Hook.Event>getEventsList()Events are the events that this hook fires on.intgetEventsValue(int index)Events are the events that this hook fires on.List<Integer>getEventsValueList()Events are the events that this hook fires on.StringgetKind()Kind is the Kubernetes kind.com.google.protobuf.ByteStringgetKindBytes()Kind is the Kubernetes kind.com.google.protobuf.TimestampgetLastRun()LastRun indicates the date/time this was last run.com.google.protobuf.TimestampOrBuildergetLastRunOrBuilder()LastRun indicates the date/time this was last run.StringgetManifest()Manifest is the manifest contents.com.google.protobuf.ByteStringgetManifestBytes()Manifest is the manifest contents.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;StringgetPath()Path is the chart-relative path to the template.com.google.protobuf.ByteStringgetPathBytes()Path is the chart-relative path to the template.intgetWeight()Weight indicates the sort order for execution among similar Hook typebooleanhasLastRun()LastRun indicates the date/time this was last run.
-
-
-
方法详细资料
-
getName
String getName()
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;
-
getKind
String getKind()
Kind is the Kubernetes kind.
string kind = 2;
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
Kind is the Kubernetes kind.
string kind = 2;
-
getPath
String getPath()
Path is the chart-relative path to the template.
string path = 3;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Path is the chart-relative path to the template.
string path = 3;
-
getManifest
String getManifest()
Manifest is the manifest contents.
string manifest = 4;
-
getManifestBytes
com.google.protobuf.ByteString getManifestBytes()
Manifest is the manifest contents.
string manifest = 4;
-
getEventsList
List<HookOuterClass.Hook.Event> getEventsList()
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;
-
getEventsCount
int getEventsCount()
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;
-
getEvents
HookOuterClass.Hook.Event getEvents(int index)
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;
-
getEventsValueList
List<Integer> getEventsValueList()
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;
-
getEventsValue
int getEventsValue(int index)
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;
-
hasLastRun
boolean hasLastRun()
LastRun indicates the date/time this was last run.
.google.protobuf.Timestamp last_run = 6;
-
getLastRun
com.google.protobuf.Timestamp getLastRun()
LastRun indicates the date/time this was last run.
.google.protobuf.Timestamp last_run = 6;
-
getLastRunOrBuilder
com.google.protobuf.TimestampOrBuilder getLastRunOrBuilder()
LastRun indicates the date/time this was last run.
.google.protobuf.Timestamp last_run = 6;
-
getWeight
int getWeight()
Weight indicates the sort order for execution among similar Hook type
int32 weight = 7;
-
getDeletePoliciesList
List<HookOuterClass.Hook.DeletePolicy> getDeletePoliciesList()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
-
getDeletePoliciesCount
int getDeletePoliciesCount()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
-
getDeletePolicies
HookOuterClass.Hook.DeletePolicy getDeletePolicies(int index)
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
-
getDeletePoliciesValueList
List<Integer> getDeletePoliciesValueList()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
-
getDeletePoliciesValue
int getDeletePoliciesValue(int index)
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
-
-