com.coralogix.zio.k8s.model.flowcontrol.v1beta2
ServiceAccountSubject
Companion object ServiceAccountSubject
case class ServiceAccountSubject(name: String, namespace: String) extends Product with Serializable
ServiceAccountSubject holds detailed information for service-account-kind subject.
- 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.
- Alphabetic
- By Inheritance
- ServiceAccountSubject
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ServiceAccountSubject(name: String, namespace: String)
- 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.
Value Members
-
def
getName: IO[K8sFailure, String]
name
is the name of matching ServiceAccount objects, or "*" to match regardless of name.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.
-
def
getNamespace: IO[K8sFailure, String]
namespace
is the namespace of matching ServiceAccount objects.namespace
is the namespace of matching ServiceAccount objects. Required.This effect always succeeds, it is safe to use the field namespace directly.
- val name: String
- val namespace: String