Struct k8s_openapi::api::rbac::v1alpha1::RoleRef [−][src]
Expand description
RoleRef contains information that points to the role being used
Fields
api_group: StringAPIGroup is the group for the resource being referenced
kind: StringKind is the type of resource being referenced
name: StringName is the name of resource being referenced
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RoleRefimpl UnwindSafe for RoleRefBlanket Implementations
Mutably borrows from an owned value. Read more