Class V1ContainerStateWaiting
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ContainerStateWaiting
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ContainerStateWaiting
extends Object
ContainerStateWaiting is a waiting state of a container.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Message regarding why the container is not yet running.(brief) reason the container is not yet running.int
hashCode()
Set message in a chainable fashion.Set reason in a chainable fashion.void
setMessage
(String message) Set the message property valuevoid
Set the reason property valuetoString()
-
Field Details
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
-
Constructor Details
-
V1ContainerStateWaiting
public V1ContainerStateWaiting()
-
-
Method Details
-
getMessage
Message regarding why the container is not yet running.- Returns:
- the message property value
-
setMessage
Set the message property value -
message
Set message in a chainable fashion.- Returns:
- The same instance of V1ContainerStateWaiting for chaining.
-
getReason
(brief) reason the container is not yet running.- Returns:
- the reason property value
-
setReason
Set the reason property value -
reason
Set reason in a chainable fashion.- Returns:
- The same instance of V1ContainerStateWaiting for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-