Package net.stickycode.kuuty.model.v18
Class IoK8sApiNodeV1alpha1Overhead
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiNodeV1alpha1Overhead
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiNodeV1alpha1Overhead extends Object
Overhead structure represents the resource overhead associated with running a pod.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_POD_FIXED
-
Constructor Summary
Constructors Constructor Description IoK8sApiNodeV1alpha1Overhead()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getPodFixed()PodFixed represents the fixed resource overhead associated with running a pod.inthashCode()IoK8sApiNodeV1alpha1OverheadpodFixed(Map<String,String> podFixed)IoK8sApiNodeV1alpha1OverheadputPodFixedItem(String key, String podFixedItem)voidsetPodFixed(Map<String,String> podFixed)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_POD_FIXED
public static final String JSON_PROPERTY_POD_FIXED
- See Also:
- Constant Field Values
-
-
Method Detail
-
podFixed
public IoK8sApiNodeV1alpha1Overhead podFixed(Map<String,String> podFixed)
-
putPodFixedItem
public IoK8sApiNodeV1alpha1Overhead putPodFixedItem(String key, String podFixedItem)
-
getPodFixed
@Nullable public Map<String,String> getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.- Returns:
- podFixed
-
-