Class: KubeDSL::DSL::Authentication::V1::BoundObjectReference

Inherits:
KubeDSL::DSLObject show all
Defined in:
lib/kube-dsl/dsl/authentication/v1/bound_object_reference.rb

Instance Method Summary collapse

Methods inherited from KubeDSL::DSLObject

#initialize, #to_resource

Methods included from ValueFields

extended

Methods included from Validations

extended

Constructor Details

This class inherits a constructor from KubeDSL::DSLObject

Instance Method Details

#kind_symObject



27
28
29
# File 'lib/kube-dsl/dsl/authentication/v1/bound_object_reference.rb', line 27

def kind_sym
  :bound_object_reference
end

#serializeObject



18
19
20
21
22
23
24
25
# File 'lib/kube-dsl/dsl/authentication/v1/bound_object_reference.rb', line 18

def serialize
  {}.tap do |result|
    result[:apiVersion] = api_version
    result[:kind] = kind
    result[:name] = name
    result[:uid] = uid
  end
end