Struct k8s_openapi::api::flowcontrol::v1beta1::ServiceAccountSubject [−][src]
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 ServiceAccountSubjectimpl Send for ServiceAccountSubjectimpl Sync for ServiceAccountSubjectimpl Unpin for ServiceAccountSubjectimpl UnwindSafe for ServiceAccountSubjectBlanket Implementations
Mutably borrows from an owned value. Read more