class Pyrite::Api::Rbac::V1beta1::RoleRef

Overview

RoleRef contains information that points to the role being used

Defined in:

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

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

RoleRef contains information that points to the role being used


def self.new(pull : JSON::PullParser) #

RoleRef contains information that points to the role being used


def self.new(*, api_group : String, kind : String, name : String) #

Instance Method Detail

def api_group : String #

def api_group=(api_group : String) #

def kind : String #

def kind=(kind : String) #

def name : String #

def name=(name : String) #