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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
podFixed represents the fixed resource overhead associated with running a pod.int
hashCode()
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.void
setPodFixed
(Map<String, String> podFixed) Set the podFixed property valuetoString()
-
Field Details
-
JSON_PROPERTY_POD_FIXED
- See Also:
-
-
Constructor Details
-
V1Overhead
public V1Overhead()
-
-
Method Details
-
getPodFixed
podFixed represents the fixed resource overhead associated with running a pod.- Returns:
- the podFixed property value
-
setPodFixed
Set the podFixed property value -
podFixed
Set podFixed in a chainable fashion.- Returns:
- The same instance of V1Overhead for chaining.
-
putpodFixedItem
Set the value for the key for the podFixed map property in a chainable fashion.- Returns:
- The same instance of V1Overhead for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-