class K8S::Api::Authentication::V1::UserInfo

Overview

UserInfo holds the information about the user needed to implement the user.Info interface.

Included Modules

Defined in:

versions/v1.12/api/authentication/v1/user_info.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(*, extra : Hash(String, Array(String))? = nil, groups : Array(String)? = nil, uid : String? = nil, username : String? = nil) #

[View source]

Instance Method Detail

def extra : Hash(String, Array(String))? #

[View source]
def extra=(extra : Hash(String, Array(String))?) #

[View source]
def groups : Array(String)? #

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

[View source]
def uid : String? #

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

[View source]
def username : String? #

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

[View source]