ServiceAccountSubject

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

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

Source:
ServiceAccountSubject.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Source:
ServiceAccountSubject.scala

transforms namespace to result of function

transforms namespace to result of function

Source:
ServiceAccountSubject.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ServiceAccountSubject.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Source:
ServiceAccountSubject.scala

Inherited methods

Inherited from:
Product