Package k8s.io.api.core.v1
Interface Generated.PersistentVolumeStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.PersistentVolumeStatus,Generated.PersistentVolumeStatus.Builder
- Enclosing class:
- Generated
public static interface Generated.PersistentVolumeStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.TimegetLastPhaseTransitionTime()lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.Generated.TimeOrBuildergetLastPhaseTransitionTimeOrBuilder()lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.StringgetMessage()message is a human-readable message indicating details about why the volume is in this state.com.google.protobuf.ByteStringgetMessageBytes()message is a human-readable message indicating details about why the volume is in this state.StringgetPhase()phase indicates if a volume is available, bound to a claim, or released by a claim.com.google.protobuf.ByteStringgetPhaseBytes()phase indicates if a volume is available, bound to a claim, or released by a claim.StringgetReason()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.ByteStringgetReasonBytes()reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.booleanhasLastPhaseTransitionTime()lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.booleanhasMessage()message is a human-readable message indicating details about why the volume is in this state.booleanhasPhase()phase indicates if a volume is available, bound to a claim, or released by a claim.booleanhasReason()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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;- Returns:
- Whether the phase field is set.
-
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;- Returns:
- The phase.
-
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;- Returns:
- The bytes for phase.
-
hasMessage
boolean hasMessage()
message is a human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()
message is a human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
message is a human-readable message indicating details about why the volume is in this state. +optional
optional string message = 2;- Returns:
- The bytes for message.
-
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;- Returns:
- Whether the reason field is set.
-
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;- Returns:
- The reason.
-
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;- Returns:
- The bytes for reason.
-
hasLastPhaseTransitionTime
boolean hasLastPhaseTransitionTime()
lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastPhaseTransitionTime = 4;- Returns:
- Whether the lastPhaseTransitionTime field is set.
-
getLastPhaseTransitionTime
Generated.Time getLastPhaseTransitionTime()
lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastPhaseTransitionTime = 4;- Returns:
- The lastPhaseTransitionTime.
-
getLastPhaseTransitionTimeOrBuilder
Generated.TimeOrBuilder getLastPhaseTransitionTimeOrBuilder()
lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastPhaseTransitionTime = 4;
-
-