Class: KubeDSL::DSL::Authentication::V1beta1::TokenReviewSpec
Instance Method Summary
collapse
#initialize, #to_resource
extended
extended
Instance Method Details
#kind_sym ⇒ Object
16
17
18
|
# File 'lib/kube-dsl/dsl/authentication/v1beta1/token_review_spec.rb', line 16
def kind_sym
:token_review_spec
end
|
#serialize ⇒ Object
9
10
11
12
13
14
|
# File 'lib/kube-dsl/dsl/authentication/v1beta1/token_review_spec.rb', line 9
def serialize
{}.tap do |result|
result[:audiences] = audiences
result[:token] = token
end
end
|