public static interface HookOuterClass.HookOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HookOuterClass.Hook.DeletePolicy |
getDeletePolicies(int index)
DeletePolicies are the policies that indicate when to delete the hook
|
int |
getDeletePoliciesCount()
DeletePolicies are the policies that indicate when to delete the hook
|
List<HookOuterClass.Hook.DeletePolicy> |
getDeletePoliciesList()
DeletePolicies are the policies that indicate when to delete the hook
|
int |
getDeletePoliciesValue(int index)
DeletePolicies are the policies that indicate when to delete the hook
|
List<Integer> |
getDeletePoliciesValueList()
DeletePolicies are the policies that indicate when to delete the hook
|
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.
|
ByteString |
getKindBytes()
Kind is the Kubernetes kind.
|
Timestamp |
getLastRun()
LastRun indicates the date/time this was last run.
|
TimestampOrBuilder |
getLastRunOrBuilder()
LastRun indicates the date/time this was last run.
|
String |
getManifest()
Manifest is the manifest contents.
|
ByteString |
getManifestBytes()
Manifest is the manifest contents.
|
String |
getName()
string name = 1; |
ByteString |
getNameBytes()
string name = 1; |
String |
getPath()
Path is the chart-relative path to the template.
|
ByteString |
getPathBytes()
Path is the chart-relative path to the template.
|
int |
getWeight()
Weight indicates the sort order for execution among similar Hook type
|
boolean |
hasLastRun()
LastRun indicates the date/time this was last run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
string name = 1;
ByteString getKindBytes()
Kind is the Kubernetes kind.
string kind = 2;
ByteString getPathBytes()
Path is the chart-relative path to the template.
string path = 3;
String getManifest()
Manifest is the manifest contents.
string manifest = 4;
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;
Timestamp getLastRun()
LastRun indicates the date/time this was last run.
.google.protobuf.Timestamp last_run = 6;
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 © 2017–2018, microBean. All rights reserved.