Class: KubeDSL::DSL::Storage::V1::CSINodeSpec

Inherits:
KubeDSL::DSLObject show all
Defined in:
lib/kube-dsl/dsl/storage/v1/csi_node_spec.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



18
19
20
# File 'lib/kube-dsl/dsl/storage/v1/csi_node_spec.rb', line 18

def kind_sym
  :csi_node_spec
end

#serializeObject



12
13
14
15
16
# File 'lib/kube-dsl/dsl/storage/v1/csi_node_spec.rb', line 12

def serialize
  {}.tap do |result|
    result[:drivers] = drivers.map(&:serialize)
  end
end