Subject

com.coralogix.zio.k8s.model.flowcontrol.v1beta2.Subject
See theSubject companion object
case class Subject(group: Optional[GroupSubject], kind: String, serviceAccount: Optional[ServiceAccountSubject], user: Optional[UserSubject])

Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.

Value parameters

kind

kind indicates which one of the other fields is non-empty. Required

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets group.

Gets group.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

kind indicates which one of the other fields is non-empty. Required

kind indicates which one of the other fields is non-empty. Required

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

Attributes

Gets serviceAccount.

Gets serviceAccount.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets user.

Gets user.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product