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



22
23
24
# File 'lib/kube-dsl/dsl/authentication/v1/bound_object_reference.rb', line 22

def kind_sym
  :bound_object_reference
end

#serializeObject



13
14
15
16
17
18
19
20
# File 'lib/kube-dsl/dsl/authentication/v1/bound_object_reference.rb', line 13

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