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 Type
    Method
    Description
    devicePath is the path inside of the container that the device will be mapped to.
    com.google.protobuf.ByteString
    devicePath is the path inside of the container that the device will be mapped to.
    name must match the name of a persistentVolumeClaim in the pod
    com.google.protobuf.ByteString
    name must match the name of a persistentVolumeClaim in the pod
    boolean
    devicePath is the path inside of the container that the device will be mapped to.
    boolean
    name must match the name of a persistentVolumeClaim in the pod

    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

    • 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;