public static interface Tiller.RollbackReleaseRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDisableHooks()
DisableHooks causes the server to skip running any hooks for the rollback
|
boolean |
getDryRun()
dry_run, if true, will run through the release logic but no create
|
boolean |
getForce()
Force resource update through delete/recreate if needed.
|
String |
getName()
The name of the release
|
ByteString |
getNameBytes()
The name of the release
|
boolean |
getRecreate()
Performs pods restart for resources if applicable
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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 © 2017–2018, microBean. All rights reserved.