Struct k8s_openapi::api::flowcontrol::v1beta1::ServiceAccountSubject [−][src]
Expand description
ServiceAccountSubject holds detailed information for service-account-kind subject.
Fields
name: String
name
is the name of matching ServiceAccount objects, or “*” to match regardless of name. Required.
namespace: String
namespace
is the namespace of matching ServiceAccount objects. Required.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ServiceAccountSubject
impl Send for ServiceAccountSubject
impl Sync for ServiceAccountSubject
impl Unpin for ServiceAccountSubject
impl UnwindSafe for ServiceAccountSubject
Blanket Implementations
Mutably borrows from an owned value. Read more