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: Stringname 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 GroupSubjectimpl Send for GroupSubjectimpl Sync for GroupSubjectimpl Unpin for GroupSubjectimpl UnwindSafe for GroupSubjectBlanket Implementations
Mutably borrows from an owned value. Read more