SecretPointer

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

Pointer for Secret

Attributes

Source
SecretPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[Secret]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `type`: Plain[String]

Attributes

Source
SecretPointer.scala
def data: MapPointer[String]

Attributes

Source
SecretPointer.scala
def immutable: Plain[Boolean]

Attributes

Source
SecretPointer.scala
def stringData: MapPointer[String]

Attributes

Source
SecretPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product