public static interface V1.VolumeDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDevicePath()
devicePath is the path inside of the container that the device will be mapped to.
|
com.google.protobuf.ByteString |
getDevicePathBytes()
devicePath is the path inside of the container that the device will be mapped to.
|
String |
getName()
name must match the name of a persistentVolumeClaim in the pod
|
com.google.protobuf.ByteString |
getNameBytes()
name must match the name of a persistentVolumeClaim in the pod
|
boolean |
hasDevicePath()
devicePath is the path inside of the container that the device will be mapped to.
|
boolean |
hasName()
name must match the name of a persistentVolumeClaim in the pod
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
name must match the name of a persistentVolumeClaim in the pod
optional string name = 1;
String getName()
name must match the name of a persistentVolumeClaim in the pod
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
name must match the name of a persistentVolumeClaim in the pod
optional string name = 1;
boolean hasDevicePath()
devicePath is the path inside of the container that the device will be mapped to.
optional string devicePath = 2;
String getDevicePath()
devicePath is the path inside of the container that the device will be mapped to.
optional string devicePath = 2;
com.google.protobuf.ByteString getDevicePathBytes()
devicePath is the path inside of the container that the device will be mapped to.
optional string devicePath = 2;
Copyright © 2020. All rights reserved.