Class V1ContainerState
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ContainerState
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ContainerState
extends Object
ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
running
(V1ContainerStateRunning running) Set running in a chainable fashion.void
setRunning
(V1ContainerStateRunning running) Set the running property valuevoid
setTerminated
(V1ContainerStateTerminated terminated) Set the terminated property valuevoid
setWaiting
(V1ContainerStateWaiting waiting) Set the waiting property valueterminated
(V1ContainerStateTerminated terminated) Set terminated in a chainable fashion.toString()
waiting
(V1ContainerStateWaiting waiting) Set waiting in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_RUNNING
- See Also:
-
JSON_PROPERTY_TERMINATED
- See Also:
-
JSON_PROPERTY_WAITING
- See Also:
-
-
Constructor Details
-
V1ContainerState
public V1ContainerState()
-
-
Method Details
-
getRunning
- Returns:
- the running property value
-
setRunning
Set the running property value -
running
Set running in a chainable fashion.- Returns:
- The same instance of V1ContainerState for chaining.
-
getTerminated
- Returns:
- the terminated property value
-
setTerminated
Set the terminated property value -
terminated
Set terminated in a chainable fashion.- Returns:
- The same instance of V1ContainerState for chaining.
-
getWaiting
- Returns:
- the waiting property value
-
setWaiting
Set the waiting property value -
waiting
Set waiting in a chainable fashion.- Returns:
- The same instance of V1ContainerState for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-