SecretReference

final case class SecretReference(name: Option[String], namespace: Option[String])

SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

Source:
SecretReference.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
SecretReference.scala

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

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

Source:
SecretReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
SecretReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Source:
SecretReference.scala

Inherited methods

Inherited from:
Product