接口 Tiller.RollbackReleaseRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Tiller
public static interface Tiller.RollbackReleaseRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleangetDisableHooks()DisableHooks causes the server to skip running any hooks for the rollbackbooleangetDryRun()dry_run, if true, will run through the release logic but no createbooleangetForce()Force resource update through delete/recreate if needed.StringgetName()The name of the releasecom.google.protobuf.ByteStringgetNameBytes()The name of the releasebooleangetRecreate()Performs pods restart for resources if applicablelonggetTimeout()timeout specifies the max amount of time any kubernetes client command can run.intgetVersion()Version is the version of the release to deploy.booleangetWait()wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful.
-
-
-
方法详细资料
-
getName
String getName()
The name of the release
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the release
string name = 1;
-
getDryRun
boolean getDryRun()
dry_run, if true, will run through the release logic but no create
bool dry_run = 2;
-
getDisableHooks
boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the rollback
bool disable_hooks = 3;
-
getVersion
int getVersion()
Version is the version of the release to deploy.
int32 version = 4;
-
getRecreate
boolean getRecreate()
Performs pods restart for resources if applicable
bool recreate = 5;
-
getTimeout
long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 6;
-
getWait
boolean getWait()
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful. It will wait for as long as timeout
bool wait = 7;
-
getForce
boolean getForce()
Force resource update through delete/recreate if needed.
bool force = 8;
-
-