class Pyrite::Api::Rbac::V1beta1::Subject
- Pyrite::Api::Rbac::V1beta1::Subject
- Pyrite::Kubernetes::Spec
- Reference
- Object
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.
Defined in:
versions/v1.14/api/rbac/v1beta1/subject.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Subject contains a reference to the object or user identities a role binding applies to.
-
.new(pull : JSON::PullParser)
Subject contains a reference to the object or user identities a role binding applies to.
- .new(*, api_group : String? = nil, kind : String, name : String, namespace : String? = nil)
Instance Method Summary
- #api_group : String?
- #api_group=(api_group : String?)
- #kind : String
- #kind=(kind : String)
- #name : String
- #name=(name : String)
- #namespace : String?
- #namespace=(namespace : String?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
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.
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.