SecretVolumeSourcePointer

io.k8s.api.core.v1.SecretVolumeSourcePointer
final case class SecretVolumeSourcePointer(currentPath: PointerPath) extends Pointer[SecretVolumeSource]

Pointer for SecretVolumeSource

Attributes

Source
SecretVolumeSourcePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def defaultMode: Plain[Int]
def optional: Plain[Boolean]
def secretName: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product