AllowedFlexVolume

case
class AllowedFlexVolume(driver: String)

AllowedFlexVolume represents a single Flexvolume that is allowed to be used.

Value Params
driver

driver is the name of the Flexvolume driver.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getDriver: IO[K8sFailure, String]

driver is the name of the Flexvolume driver.

driver is the name of the Flexvolume driver.

This effect always succeeds, it is safe to use the field driver directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product