public static interface Tiller.TestReleaseRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getCleanup()
cleanup specifies whether or not to attempt pod deletion after test completes
bool cleanup = 3; |
String |
getName()
Name is the name of the release
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of the release
string name = 1; |
long |
getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
String getName()
Name is the name of the release
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name is the name of the release
string name = 1;long getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 2;boolean getCleanup()
cleanup specifies whether or not to attempt pod deletion after test completes
bool cleanup = 3;Copyright © 2019. All rights reserved.