ServiceAccount

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to imagePullSecrets

Appends new values to imagePullSecrets

Attributes

Source:
ServiceAccount.scala

Appends new values to secrets

Appends new values to secrets

Attributes

Source:
ServiceAccount.scala
override def foldTo[T : Builder]: T

Attributes

Definition Classes
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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
ServiceAccount.scala

Returns a new data with automountServiceAccountToken set to new value

Returns a new data with automountServiceAccountToken set to new value

Attributes

Source:
ServiceAccount.scala

Returns a new data with imagePullSecrets set to new value

Returns a new data with imagePullSecrets set to new value

Attributes

Source:
ServiceAccount.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source:
ServiceAccount.scala

Returns a new data with secrets set to new value

Returns a new data with secrets set to new value

Attributes

Source:
ServiceAccount.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

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

Attributes

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

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala