class K8S::Api::Authentication::V1::BoundObjectReference
- K8S::Api::Authentication::V1::BoundObjectReference
- Reference
- Object
Overview
BoundObjectReference is a reference to an object that a token is bound to.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/authentication/v1/bound_object_reference.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, api_version : String? = nil, kind : String? = nil, name : String? = nil, uid : String? = nil)
Instance Method Summary
- #api_version : String?
- #api_version=(api_version : String?)
- #kind : String?
- #kind=(kind : String?)
- #name : String?
- #name=(name : String?)
- #uid : String?
- #uid=(uid : String?)
Constructor Detail
def self.new(*, api_version : String? = nil, kind : String? = nil, name : String? = nil, uid : String? = nil)
#