ServiceAccountSubject

com.coralogix.zio.k8s.model.flowcontrol.v1beta1.ServiceAccountSubject
See theServiceAccountSubject companion object
case class ServiceAccountSubject(name: String, namespace: String)

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

Value parameters

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.

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

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.

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product