Class: KubeDSL::DSL::Policy::V1beta1::AllowedHostPath
Instance Method Summary
collapse
#initialize, #to_resource
extended
extended
Instance Method Details
#kind_sym ⇒ Object
21
22
23
|
# File 'lib/kube-dsl/dsl/policy/v1beta1/allowed_host_path.rb', line 21
def kind_sym
:allowed_host_path
end
|
#serialize ⇒ Object
14
15
16
17
18
19
|
# File 'lib/kube-dsl/dsl/policy/v1beta1/allowed_host_path.rb', line 14
def serialize
{}.tap do |result|
result[:pathPrefix] = path_prefix
result[:readOnly] = read_only
end
end
|