class K8S::Api::Rbac::V1::ClusterRole

Overview

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Included Modules

Defined in:

versions/v1.11/api/rbac/v1/cluster_role.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module K8S::Kubernetes::Resource::Object

api_version : String api_version, kind : String kind, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? metadata, metadata! : Apimachinery::Apis::Meta::V1::ObjectMeta metadata!

Instance methods inherited from class K8S::Kubernetes::Resource

api_version : String api_version, kind : String kind

Constructor methods inherited from class K8S::Kubernetes::Resource

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

Class methods inherited from class K8S::Kubernetes::Resource

from_file(file) from_file, from_files(*paths) from_files

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(*, rules : Array(Api::Rbac::V1::PolicyRule), aggregation_rule : Api::Rbac::V1::AggregationRule? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil) #

[View source]

Class Method Detail

def self.from_h(hash) #

[View source]

Instance Method Detail

def aggregation_rule : Api::Rbac::V1::AggregationRule? #

[View source]
def aggregation_rule=(aggregation_rule : Api::Rbac::V1::AggregationRule?) #

[View source]
def api_version : String #

[View source]
def kind : String #

[View source]
def merge(other) #

[View source]

Standard object's metadata.


[View source]
def metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?) #

Standard object's metadata.


[View source]
def rules : Array(Api::Rbac::V1::PolicyRule) #

[View source]
def rules=(rules : Array(Api::Rbac::V1::PolicyRule)) #

[View source]
def to_h #

[View source]