SecretReference

io.k8s.api.core.v1.SecretReference
See theSecretReference companion object
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

Attributes

Companion:
object
Source:
SecretReference.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

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

Attributes

Source:
SecretReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
SecretReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source:
SecretReference.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product