Class IoK8sApiCoreV1VolumeDevice


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiCoreV1VolumeDevice
    extends Object
    volumeDevice describes a mapping of a raw block device within a container.
    • Constructor Detail

      • IoK8sApiCoreV1VolumeDevice

        public IoK8sApiCoreV1VolumeDevice()
    • Method Detail

      • getDevicePath

        public String getDevicePath()
        devicePath is the path inside of the container that the device will be mapped to.
        Returns:
        devicePath
      • setDevicePath

        public void setDevicePath​(String devicePath)
      • getName

        public String getName()
        name must match the name of a persistentVolumeClaim in the pod
        Returns:
        name
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object