Class V1VolumeError
java.lang.Object
io.kubernetes.client.openapi.models.V1VolumeError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1VolumeError
extends Object
VolumeError captures an error encountered during a volume operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmessage represents the error encountered during Attach or Detach operation.getTime()time represents the time the error was encountered.inthashCode()voidsetMessage(String message) voidsetTime(OffsetDateTime time) time(OffsetDateTime time) toString()
-
Field Details
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_TIME
- See Also:
-
-
Constructor Details
-
V1VolumeError
public V1VolumeError()
-
-
Method Details
-
message
-
getMessage
message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.- Returns:
- message
-
setMessage
-
time
-
getTime
time represents the time the error was encountered.- Returns:
- time
-
setTime
-
equals
-
hashCode
public int hashCode() -
toString
-