UserInfoPointer

io.k8s.api.authentication.v1.UserInfoPointer
final case class UserInfoPointer(currentPath: PointerPath) extends Pointer[UserInfo]

Pointer for UserInfo

Attributes

Source
UserInfoPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[UserInfo]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def extra: MapPointer[Seq[String]]

Attributes

Source
UserInfoPointer.scala
def groups: ListPointer[String]

Attributes

Source
UserInfoPointer.scala
def uid: Plain[String]

Attributes

Source
UserInfoPointer.scala
def username: Plain[String]

Attributes

Source
UserInfoPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product