public static interface Tiller.RollbackReleaseRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getDisableHooks()
DisableHooks causes the server to skip running any hooks for the rollback
bool disable_hooks = 3; |
boolean |
getDryRun()
dry_run, if true, will run through the release logic but no create
bool dry_run = 2; |
boolean |
getForce()
Force resource update through delete/recreate if needed.
|
String |
getName()
The name of the release
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
The name of the release
string name = 1; |
boolean |
getRecreate()
Performs pods restart for resources if applicable
bool recreate = 5; |
long |
getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
int |
getVersion()
Version is the version of the release to deploy.
|
boolean |
getWait()
wait, if true, will wait until all Pods, PVCs, and Services are in a ready state
before marking the release as successful.
|
String getName()
The name of the release
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the release
string name = 1;boolean getDryRun()
dry_run, if true, will run through the release logic but no create
bool dry_run = 2;boolean getDisableHooks()
DisableHooks causes the server to skip running any hooks for the rollback
bool disable_hooks = 3;int getVersion()
Version is the version of the release to deploy.
int32 version = 4;boolean getRecreate()
Performs pods restart for resources if applicable
bool recreate = 5;long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 6;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;boolean getForce()
Force resource update through delete/recreate if needed.
bool force = 8;Copyright © 2022. All rights reserved.