Packages

o

com.coralogix.zio.k8s.monocle.core.v1

ServiceAccountO

object ServiceAccountO

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceAccountO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val automountServiceAccountTokenL: Lens[ServiceAccount, Optional[Boolean]]
  2. val automountServiceAccountTokenO: Optional[ServiceAccount, Boolean]
  3. val imagePullSecretsL: Lens[ServiceAccount, Optional[Vector[LocalObjectReference]]]
  4. val imagePullSecretsO: Optional[ServiceAccount, Vector[LocalObjectReference]]
  5. val metadataL: Lens[ServiceAccount, Optional[ObjectMeta]]
  6. val metadataO: Optional[ServiceAccount, ObjectMeta]
  7. val secretsL: Lens[ServiceAccount, Optional[Vector[ObjectReference]]]
  8. val secretsO: Optional[ServiceAccount, Vector[ObjectReference]]