ServiceAccountSubject

io.k8s.api.flowcontrol.v1.ServiceAccountSubject
See theServiceAccountSubject companion object
final case class ServiceAccountSubject(name: String, namespace: String)

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

Attributes

Companion
object
Source
ServiceAccountSubject.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapName(f: String => String): ServiceAccountSubject

transforms name to result of function

transforms name to result of function

Attributes

Source
ServiceAccountSubject.scala
def mapNamespace(f: String => String): ServiceAccountSubject

transforms namespace to result of function

transforms namespace to result of function

Attributes

Source
ServiceAccountSubject.scala
def withName(value: String): ServiceAccountSubject

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ServiceAccountSubject.scala
def withNamespace(value: String): ServiceAccountSubject

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
ServiceAccountSubject.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product