public static interface Tiller.TestReleaseRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getCleanup()
cleanup specifies whether or not to attempt pod deletion after test completes
|
String |
getName()
Name is the name of the release
|
ByteString |
getNameBytes()
Name is the name of the release
|
long |
getTimeout()
timeout specifies the max amount of time any kubernetes client command can run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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 © 2017–2018, microBean. All rights reserved.