Package io.kubernetes.client.proto
Interface V1.VolumeDeviceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.VolumeDevice,V1.VolumeDevice.Builder
- Enclosing class:
- V1
public static interface V1.VolumeDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondevicePath is the path inside of the container that the device will be mapped to.com.google.protobuf.ByteStringdevicePath is the path inside of the container that the device will be mapped to.getName()name must match the name of a persistentVolumeClaim in the podcom.google.protobuf.ByteStringname must match the name of a persistentVolumeClaim in the podbooleandevicePath is the path inside of the container that the device will be mapped to.booleanhasName()name must match the name of a persistentVolumeClaim in the podMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()name must match the name of a persistentVolumeClaim in the pod
optional string name = 1; -
getName
String getName()name must match the name of a persistentVolumeClaim in the pod
optional string name = 1; -
getNameBytes
com.google.protobuf.ByteString getNameBytes()name must match the name of a persistentVolumeClaim in the pod
optional string name = 1; -
hasDevicePath
boolean hasDevicePath()devicePath is the path inside of the container that the device will be mapped to.
optional string devicePath = 2; -
getDevicePath
String getDevicePath()devicePath is the path inside of the container that the device will be mapped to.
optional string devicePath = 2; -
getDevicePathBytes
com.google.protobuf.ByteString getDevicePathBytes()devicePath is the path inside of the container that the device will be mapped to.
optional string devicePath = 2;
-