public static interface Tiller.UninstallReleaseRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDisableHooks()
DisableHooks causes the server to skip running any hooks for the uninstall.
|
String |
getName()
Name is the name of the release to delete.
|
ByteString |
getNameBytes()
Name is the name of the release to delete.
|
boolean |
getPurge()
Purge removes the release from the store and make its name free for later use.
|
long |
getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
Name is the name of the release to delete.
string name = 1;
boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the uninstall.
bool disable_hooks = 2;
boolean getPurge()
Purge removes the release from the store and make its name free for later use.
bool purge = 3;
long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 4;
Copyright © 2017–2018, microBean. All rights reserved.