Package | Description |
---|---|
hapi.release |
Provides generated classes and interfaces for the
release-related
aspects of communicating with Helm's server-side Tiller
component from Java.
|
Modifier and Type | Method and Description |
---|---|
static HookOuterClass.Hook.DeletePolicy |
HookOuterClass.Hook.DeletePolicy.forNumber(int value) |
HookOuterClass.Hook.DeletePolicy |
HookOuterClass.HookOrBuilder.getDeletePolicies(int index)
DeletePolicies are the policies that indicate when to delete the hook
|
HookOuterClass.Hook.DeletePolicy |
HookOuterClass.Hook.getDeletePolicies(int index)
DeletePolicies are the policies that indicate when to delete the hook
|
HookOuterClass.Hook.DeletePolicy |
HookOuterClass.Hook.Builder.getDeletePolicies(int index)
DeletePolicies are the policies that indicate when to delete the hook
|
static HookOuterClass.Hook.DeletePolicy |
HookOuterClass.Hook.DeletePolicy.valueOf(Descriptors.EnumValueDescriptor desc) |
static HookOuterClass.Hook.DeletePolicy |
HookOuterClass.Hook.DeletePolicy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HookOuterClass.Hook.DeletePolicy |
HookOuterClass.Hook.DeletePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HookOuterClass.Hook.DeletePolicy[] |
HookOuterClass.Hook.DeletePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<HookOuterClass.Hook.DeletePolicy> |
HookOuterClass.HookOrBuilder.getDeletePoliciesList()
DeletePolicies are the policies that indicate when to delete the hook
|
List<HookOuterClass.Hook.DeletePolicy> |
HookOuterClass.Hook.getDeletePoliciesList()
DeletePolicies are the policies that indicate when to delete the hook
|
List<HookOuterClass.Hook.DeletePolicy> |
HookOuterClass.Hook.Builder.getDeletePoliciesList()
DeletePolicies are the policies that indicate when to delete the hook
|
static Internal.EnumLiteMap<HookOuterClass.Hook.DeletePolicy> |
HookOuterClass.Hook.DeletePolicy.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
HookOuterClass.Hook.Builder |
HookOuterClass.Hook.Builder.addDeletePolicies(HookOuterClass.Hook.DeletePolicy value)
DeletePolicies are the policies that indicate when to delete the hook
|
HookOuterClass.Hook.Builder |
HookOuterClass.Hook.Builder.setDeletePolicies(int index,
HookOuterClass.Hook.DeletePolicy value)
DeletePolicies are the policies that indicate when to delete the hook
|
Modifier and Type | Method and Description |
---|---|
HookOuterClass.Hook.Builder |
HookOuterClass.Hook.Builder.addAllDeletePolicies(Iterable<? extends HookOuterClass.Hook.DeletePolicy> values)
DeletePolicies are the policies that indicate when to delete the hook
|
Copyright © 2017–2018, microBean. All rights reserved.