Class VolumeDeviceArgs.Builder

  • Enclosing class:
    VolumeDeviceArgs

    public static final class VolumeDeviceArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • devicePath

        public VolumeDeviceArgs.Builder devicePath​(com.pulumi.core.Output<java.lang.String> devicePath)
        Parameters:
        devicePath - devicePath is the path inside of the container that the device will be mapped to.
        Returns:
        builder
      • devicePath

        public VolumeDeviceArgs.Builder devicePath​(java.lang.String devicePath)
        Parameters:
        devicePath - devicePath is the path inside of the container that the device will be mapped to.
        Returns:
        builder
      • name

        public VolumeDeviceArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - name must match the name of a persistentVolumeClaim in the pod
        Returns:
        builder
      • name

        public VolumeDeviceArgs.Builder name​(java.lang.String name)
        Parameters:
        name - name must match the name of a persistentVolumeClaim in the pod
        Returns:
        builder