Class V1Overhead
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1Overhead
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1Overhead
extends Object
Overhead structure represents the resource overhead associated with running a pod.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanpodFixed represents the fixed resource overhead associated with running a pod.inthashCode()Set podFixed in a chainable fashion.putpodFixedItem(String key, String podFixedItem) Set the value for the key for the podFixed map property in a chainable fashion.voidsetPodFixed(Map<String, String> podFixed) Set the podFixed property valuetoString()
- 
Field Details- 
JSON_PROPERTY_POD_FIXED- See Also:
 
 
- 
- 
Constructor Details- 
V1Overheadpublic V1Overhead()
 
- 
- 
Method Details- 
getPodFixedpodFixed represents the fixed resource overhead associated with running a pod.- Returns:
- the podFixed property value
 
- 
setPodFixedSet the podFixed property value
- 
podFixedSet podFixed in a chainable fashion.- Returns:
- The same instance of V1Overhead for chaining.
 
- 
putpodFixedItemSet the value for the key for the podFixed map property in a chainable fashion.- Returns:
- The same instance of V1Overhead for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-