public static interface HookOuterClass.HookOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
int |
getDeletePoliciesCount()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8; |
List<HookOuterClass.Hook.DeletePolicy> |
getDeletePoliciesList()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8; |
int |
getDeletePoliciesValue(int index)
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8; |
List<Integer> |
getDeletePoliciesValueList()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8; |
HookOuterClass.Hook.Event |
getEvents(int index)
Events are the events that this hook fires on.
|
int |
getEventsCount()
Events are the events that this hook fires on.
|
List<HookOuterClass.Hook.Event> |
getEventsList()
Events are the events that this hook fires on.
|
int |
getEventsValue(int index)
Events are the events that this hook fires on.
|
List<Integer> |
getEventsValueList()
Events are the events that this hook fires on.
|
String |
getKind()
Kind is the Kubernetes kind.
|
com.google.protobuf.ByteString |
getKindBytes()
Kind is the Kubernetes kind.
|
com.google.protobuf.Timestamp |
getLastRun()
LastRun indicates the date/time this was last run.
|
com.google.protobuf.TimestampOrBuilder |
getLastRunOrBuilder()
LastRun indicates the date/time this was last run.
|
String |
getManifest()
Manifest is the manifest contents.
|
com.google.protobuf.ByteString |
getManifestBytes()
Manifest is the manifest contents.
|
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getPath()
Path is the chart-relative path to the template.
|
com.google.protobuf.ByteString |
getPathBytes()
Path is the chart-relative path to the template.
|
int |
getWeight()
Weight indicates the sort order for execution among similar Hook type
int32 weight = 7; |
boolean |
hasLastRun()
LastRun indicates the date/time this was last run.
|
String getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;String getKind()
Kind is the Kubernetes kind.
string kind = 2;com.google.protobuf.ByteString getKindBytes()
Kind is the Kubernetes kind.
string kind = 2;String getPath()
Path is the chart-relative path to the template.
string path = 3;com.google.protobuf.ByteString getPathBytes()
Path is the chart-relative path to the template.
string path = 3;String getManifest()
Manifest is the manifest contents.
string manifest = 4;com.google.protobuf.ByteString getManifestBytes()
Manifest is the manifest contents.
string manifest = 4;List<HookOuterClass.Hook.Event> getEventsList()
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;int getEventsCount()
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;HookOuterClass.Hook.Event getEvents(int index)
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;List<Integer> getEventsValueList()
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;int getEventsValue(int index)
Events are the events that this hook fires on.
repeated .hapi.release.Hook.Event events = 5;boolean hasLastRun()
LastRun indicates the date/time this was last run.
.google.protobuf.Timestamp last_run = 6;com.google.protobuf.Timestamp getLastRun()
LastRun indicates the date/time this was last run.
.google.protobuf.Timestamp last_run = 6;com.google.protobuf.TimestampOrBuilder getLastRunOrBuilder()
LastRun indicates the date/time this was last run.
.google.protobuf.Timestamp last_run = 6;int getWeight()
Weight indicates the sort order for execution among similar Hook type
int32 weight = 7;List<HookOuterClass.Hook.DeletePolicy> getDeletePoliciesList()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;int getDeletePoliciesCount()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;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;List<Integer> getDeletePoliciesValueList()
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;int getDeletePoliciesValue(int index)
DeletePolicies are the policies that indicate when to delete the hook
repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;Copyright © 2021. All rights reserved.