@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1alpha1RuntimeClassSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RUNTIME_HANDLER |
Constructor and Description |
---|
V1alpha1RuntimeClassSpec() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRuntimeHandler()
RuntimeHandler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.
|
int |
hashCode() |
V1alpha1RuntimeClassSpec |
runtimeHandler(String runtimeHandler) |
void |
setRuntimeHandler(String runtimeHandler) |
String |
toString() |
public static final String SERIALIZED_NAME_RUNTIME_HANDLER
public V1alpha1RuntimeClassSpec runtimeHandler(String runtimeHandler)
public String getRuntimeHandler()
public void setRuntimeHandler(String runtimeHandler)
Copyright © 2019. All rights reserved.