Struct k8s_openapi::api::flowcontrol::v1beta1::GroupSubject [−][src]
pub struct GroupSubject {
pub name: String,
}
Expand description
GroupSubject holds detailed information for group-kind subject.
Fields
name: String
name is the user group that matches, or “*” to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. 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 GroupSubject
impl Send for GroupSubject
impl Sync for GroupSubject
impl Unpin for GroupSubject
impl UnwindSafe for GroupSubject
Blanket Implementations
Mutably borrows from an owned value. Read more