Class: KubeDSL::DSL::Policy::V1beta1::AllowedFlexVolume

Inherits:
KubeDSL::DSLObject show all
Defined in:
lib/kube-dsl/dsl/policy/v1beta1/allowed_flex_volume.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/policy/v1beta1/allowed_flex_volume.rb', line 18

def kind_sym
  :allowed_flex_volume
end

#serializeObject



12
13
14
15
16
# File 'lib/kube-dsl/dsl/policy/v1beta1/allowed_flex_volume.rb', line 12

def serialize
  {}.tap do |result|
    result[:driver] = driver
  end
end