ServiceAccountSubject

case class ServiceAccountSubject(name: String, namespace: String)

ServiceAccountSubject holds detailed information for service-account-kind subject.

Value Params
name

name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

namespace

namespace is the namespace of matching ServiceAccount objects. 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 name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

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

def getNamespace: IO[K8sFailure, String]

namespace is the namespace of matching ServiceAccount objects. Required.

namespace is the namespace of matching ServiceAccount objects. Required.

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

Inherited methods

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