接口 Tiller.UninstallReleaseRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Tiller
public static interface Tiller.UninstallReleaseRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleangetDisableHooks()DisableHooks causes the server to skip running any hooks for the uninstall.StringgetName()Name is the name of the release to delete.com.google.protobuf.ByteStringgetNameBytes()Name is the name of the release to delete.booleangetPurge()Purge removes the release from the store and make its name free for later use.longgetTimeout()timeout specifies the max amount of time any kubernetes client command can run.
-
-
-
方法详细资料
-
getName
String getName()
Name is the name of the release to delete.
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name is the name of the release to delete.
string name = 1;
-
getDisableHooks
boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the uninstall.
bool disable_hooks = 2;
-
getPurge
boolean getPurge()
Purge removes the release from the store and make its name free for later use.
bool purge = 3;
-
getTimeout
long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 4;
-
-