VendorParameters

io.k8s.api.resource.v1alpha2.VendorParameters
See theVendorParameters companion object
final case class VendorParameters(driverName: Option[String], parameters: Option[RawExtension])

VendorParameters are opaque parameters for one particular driver.

Attributes

Companion
object
Source
VendorParameters.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapDriverName(f: String => String): VendorParameters

if driverName has a value, transforms to the result of function

if driverName has a value, transforms to the result of function

Attributes

Source
VendorParameters.scala

if parameters has a value, transforms to the result of function

if parameters has a value, transforms to the result of function

Attributes

Source
VendorParameters.scala
def withDriverName(value: String): VendorParameters

Returns a new data with driverName set to new value

Returns a new data with driverName set to new value

Attributes

Source
VendorParameters.scala

Returns a new data with parameters set to new value

Returns a new data with parameters set to new value

Attributes

Source
VendorParameters.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product