Package io.kubernetes.client.proto
Interface V1.PersistentVolumeStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PersistentVolumeStatus
,V1.PersistentVolumeStatus.Builder
- Enclosing class:
- V1
public static interface V1.PersistentVolumeStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA human-readable message indicating details about why the volume is in this state.com.google.protobuf.ByteString
A human-readable message indicating details about why the volume is in this state.getPhase()
Phase indicates if a volume is available, bound to a claim, or released by a claim.com.google.protobuf.ByteString
Phase indicates if a volume is available, bound to a claim, or released by a claim.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
Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.boolean
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
Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPhase
boolean 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;
-
getPhase
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;
-
getPhaseBytes
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;
-
hasMessage
boolean hasMessage()A human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;
-
getMessage
String getMessage()A human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()A human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;
-
hasReason
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;
-
getReason
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;
-
getReasonBytes
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;
-