@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1beta1Overhead extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_POD_FIXED |
Constructor and Description |
---|
V1beta1Overhead() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Quantity> |
getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.
|
int |
hashCode() |
V1beta1Overhead |
podFixed(Map<String,Quantity> podFixed) |
V1beta1Overhead |
putPodFixedItem(String key,
Quantity podFixedItem) |
void |
setPodFixed(Map<String,Quantity> podFixed) |
String |
toString() |
public static final String SERIALIZED_NAME_POD_FIXED
public V1beta1Overhead podFixed(Map<String,Quantity> podFixed)
public V1beta1Overhead putPodFixedItem(String key, Quantity podFixedItem)
@Nullable public Map<String,Quantity> getPodFixed()
Copyright © 2020. All rights reserved.