@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ResourceFieldSelector extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONTAINER_NAME |
static String |
SERIALIZED_NAME_DIVISOR |
static String |
SERIALIZED_NAME_RESOURCE |
Constructor and Description |
---|
V1ResourceFieldSelector() |
Modifier and Type | Method and Description |
---|---|
V1ResourceFieldSelector |
containerName(String containerName) |
V1ResourceFieldSelector |
divisor(Quantity divisor) |
boolean |
equals(Object o) |
String |
getContainerName()
Container name: required for volumes, optional for env vars
|
Quantity |
getDivisor()
Quantity is a fixed-point representation of a number.
|
String |
getResource()
Required: resource to select
|
int |
hashCode() |
V1ResourceFieldSelector |
resource(String resource) |
void |
setContainerName(String containerName) |
void |
setDivisor(Quantity divisor) |
void |
setResource(String resource) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTAINER_NAME
public static final String SERIALIZED_NAME_DIVISOR
public static final String SERIALIZED_NAME_RESOURCE
public V1ResourceFieldSelector containerName(String containerName)
@Nullable public String getContainerName()
public void setContainerName(String containerName)
public V1ResourceFieldSelector divisor(Quantity divisor)
@Nullable public Quantity getDivisor()
public void setDivisor(Quantity divisor)
public V1ResourceFieldSelector resource(String resource)
public String getResource()
public void setResource(String resource)
Copyright © 2020. All rights reserved.