class K8S::Api::Rbac::V1::Subject

Overview

Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

Included Modules

Defined in:

versions/v1.20/api/rbac/v1/subject.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(*, kind : String, name : String, api_group : String? = nil, namespace : String? = nil) #

[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]
def namespace : String? #

[View source]
def namespace=(namespace : String?) #

[View source]