class Pyrite::Api::Rbac::V1::RoleRef
- Pyrite::Api::Rbac::V1::RoleRef
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
RoleRef contains information that points to the role being used
Defined in:
versions/v1.14/api/rbac/v1/role_ref.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
RoleRef contains information that points to the role being used
-
.new(pull : JSON::PullParser)
RoleRef contains information that points to the role being used
- .new(*, api_group : String, kind : String, name : String)
Instance Method Summary
- #api_group : String
- #api_group=(api_group : String)
- #kind : String
- #kind=(kind : String)
- #name : String
- #name=(name : String)
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