UserSubject

case class UserSubject(name: String)

UserSubject holds detailed information for user-kind subject.

UserSubject holds detailed information for user-kind subject.

Value Params
name

name is the username that matches, or "*" to match all usernames. Required.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getName: IO[K8sFailure, String]

name is the username that matches, or "*" to match all usernames. Required.

name is the username that matches, or "*" to match all usernames. Required.

This effect always succeeds, it is safe to use the field name directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product