Class: KubeDSL::DSL::Policy::V1beta1::AllowedHostPath

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



16
17
18
# File 'lib/kube-dsl/dsl/policy/v1beta1/allowed_host_path.rb', line 16

def kind_sym
  :allowed_host_path
end

#serializeObject



9
10
11
12
13
14
# File 'lib/kube-dsl/dsl/policy/v1beta1/allowed_host_path.rb', line 9

def serialize
  {}.tap do |result|
    result[:pathPrefix] = path_prefix
    result[:readOnly] = read_only
  end
end