Package k8s.io.api.core.v1
Interface Generated.ContainerStateWaitingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ContainerStateWaiting,Generated.ContainerStateWaiting.Builder
- Enclosing class:
- Generated
public static interface Generated.ContainerStateWaitingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()Message regarding why the container is not yet running.com.google.protobuf.ByteStringgetMessageBytes()Message regarding why the container is not yet running.StringgetReason()(brief) reason the container is not yet running.com.google.protobuf.ByteStringgetReasonBytes()(brief) reason the container is not yet running.booleanhasMessage()Message regarding why the container is not yet running.booleanhasReason()(brief) reason the container is not yet running.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReason
boolean hasReason()
(brief) reason the container is not yet running. +optional
optional string reason = 1;- Returns:
- Whether the reason field is set.
-
getReason
String getReason()
(brief) reason the container is not yet running. +optional
optional string reason = 1;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
(brief) reason the container is not yet running. +optional
optional string reason = 1;- Returns:
- The bytes for reason.
-
hasMessage
boolean hasMessage()
Message regarding why the container is not yet running. +optional
optional string message = 2;- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()
Message regarding why the container is not yet running. +optional
optional string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Message regarding why the container is not yet running. +optional
optional string message = 2;- Returns:
- The bytes for message.
-
-