Class HostPathVolumeSource.HostPathVolumeSourceBuilder

  • Enclosing class:
    HostPathVolumeSource

    public static class HostPathVolumeSource.HostPathVolumeSourceBuilder
    extends java.lang.Object
    • Method Detail

      • path

        public HostPathVolumeSource.HostPathVolumeSourceBuilder path​(@NonNull
                                                                     @NonNull java.lang.String path)
        Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object