public static interface V1.PersistentVolumeStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
A human-readable message indicating details about why the volume is in this state.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human-readable message indicating details about why the volume is in this state.
|
String |
getPhase()
Phase indicates if a volume is available, bound to a claim, or released by a claim.
|
com.google.protobuf.ByteString |
getPhaseBytes()
Phase indicates if a volume is available, bound to a claim, or released by a claim.
|
String |
getReason()
Reason is a brief CamelCase string that describes any failure and is meant
for machine parsing and tidy display in the CLI.
|
com.google.protobuf.ByteString |
getReasonBytes()
Reason is a brief CamelCase string that describes any failure and is meant
for machine parsing and tidy display in the CLI.
|
boolean |
hasMessage()
A human-readable message indicating details about why the volume is in this state.
|
boolean |
hasPhase()
Phase indicates if a volume is available, bound to a claim, or released by a claim.
|
boolean |
hasReason()
Reason is a brief CamelCase string that describes any failure and is meant
for machine parsing and tidy display in the CLI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhase()
Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase +optional
optional string phase = 1;String getPhase()
Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase +optional
optional string phase = 1;com.google.protobuf.ByteString getPhaseBytes()
Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase +optional
optional string phase = 1;boolean hasMessage()
A human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;String getMessage()
A human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;com.google.protobuf.ByteString getMessageBytes()
A human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;boolean hasReason()
Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. +optional
optional string reason = 3;String getReason()
Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. +optional
optional string reason = 3;com.google.protobuf.ByteString getReasonBytes()
Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. +optional
optional string reason = 3;Copyright © 2018. All rights reserved.