ServiceAccountSubject

io.k8s.api.flowcontrol.v1beta2.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

Members list

Concise view

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Attributes

Source:
ServiceAccountSubject.scala

transforms namespace to result of function

transforms namespace to result of function

Attributes

Source:
ServiceAccountSubject.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ServiceAccountSubject.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product