Class: KubeDSL::DSL::V1::SeccompProfile

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



20
21
22
# File 'lib/kube-dsl/dsl/v1/seccomp_profile.rb', line 20

def kind_sym
  :seccomp_profile
end

#serializeObject



13
14
15
16
17
18
# File 'lib/kube-dsl/dsl/v1/seccomp_profile.rb', line 13

def serialize
  {}.tap do |result|
    result[:localhostProfile] = localhost_profile
    result[:type] = type
  end
end