class K8S::Api::Rbac::V1::RoleRef

Overview

RoleRef contains information that points to the role being used

Included Modules

Defined in:

versions/v1.14/api/rbac/v1/role_ref.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, api_group : String, kind : String, name : String) #

[View source]

Instance Method Detail

def api_group : String #

[View source]
def api_group=(api_group : String) #

[View source]
def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]