Struct k8s_openapi::api::flowcontrol::v1beta1::ServiceAccountSubject
source · [−]Expand description
ServiceAccountSubject holds detailed information for service-account-kind subject.
Fields
name: Stringname is the name of matching ServiceAccount objects, or “*” to match regardless of name. Required.
namespace: Stringnamespace 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