class K8S::Api::Storage::V1::TokenRequest
- K8S::Api::Storage::V1::TokenRequest
- Reference
- Object
Overview
TokenRequest contains parameters of a service account token.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/storage/v1/token_request.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, audience : String, expiration_seconds : Int32? = nil)
Instance Method Summary
- #audience : String
- #audience=(audience : String)
- #expiration_seconds : Int32?
- #expiration_seconds=(expiration_seconds : Int32?)