class K8S::Api::Rbac::V1::RoleRef
- K8S::Api::Rbac::V1::RoleRef
 - Reference
 - Object
 
Overview
RoleRef contains information that points to the role being used
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/rbac/v1/role_ref.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, api_group : String, kind : String, name : String)
 
Instance Method Summary
- #api_group : String
 - #api_group=(api_group : String)
 - #kind : String
 - #kind=(kind : String)
 - #name : String
 - #name=(name : String)