ServiceAccount

final case class ServiceAccount(imagePullSecrets: Option[Seq[LocalObjectReference]], secrets: Option[Seq[ObjectReference]], automountServiceAccountToken: Option[Boolean], metadata: Option[ObjectMeta]) extends KObject

ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets

Source:
ServiceAccount.scala
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to imagePullSecrets

Appends new values to imagePullSecrets

Source:
ServiceAccount.scala

Appends new values to secrets

Appends new values to secrets

Source:
ServiceAccount.scala

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

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

Source:
ServiceAccount.scala

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

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

Source:
ServiceAccount.scala

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

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

Source:
ServiceAccount.scala

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

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

Source:
ServiceAccount.scala

Returns a new data with automountServiceAccountToken set to new value

Returns a new data with automountServiceAccountToken set to new value

Source:
ServiceAccount.scala

Returns a new data with imagePullSecrets set to new value

Returns a new data with imagePullSecrets set to new value

Source:
ServiceAccount.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Source:
ServiceAccount.scala

Returns a new data with secrets set to new value

Returns a new data with secrets set to new value

Source:
ServiceAccount.scala

Inherited methods

final def group: String
Inherited from:
KObject
Source:
ResourceKind.scala
Inherited from:
Product

Inherited fields

final lazy val apiVersion: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val kind: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val version: String
Inherited from:
KObject
Source:
ResourceKind.scala