Struct k8s_openapi::api::rbac::v1beta1::RoleRef [−][src]
Expand description
RoleRef contains information that points to the role being used
Fields
api_group: String
APIGroup is the group for the resource being referenced
kind: String
Kind is the type of resource being referenced
name: String
Name is the name of resource being referenced
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RoleRef
impl UnwindSafe for RoleRef
Blanket Implementations
Mutably borrows from an owned value. Read more