Class: KubeDSL::DSL::V1::GlusterfsPersistentVolumeSource

Inherits:
KubeDSL::DSLObject show all
Defined in:
lib/kube-dsl/dsl/v1/glusterfs_persistent_volume_source.rb

Instance Method Summary collapse

Methods inherited from KubeDSL::DSLObject

#initialize, #to_resource

Methods included from ValueFields

#array_field, #object_field, #value_field, #value_fields

Constructor Details

This class inherits a constructor from KubeDSL::DSLObject

Instance Method Details

#kind_symObject



14
15
16
# File 'lib/kube-dsl/dsl/v1/glusterfs_persistent_volume_source.rb', line 14

def kind_sym
  :glusterfs_persistent_volume_source
end

#serializeObject



5
6
7
8
9
10
11
12
# File 'lib/kube-dsl/dsl/v1/glusterfs_persistent_volume_source.rb', line 5

def serialize
  {}.tap do |result|
    result[:endpoints] = endpoints
    result[:endpointsNamespace] = endpoints_namespace
    result[:path] = path
    result[:readOnly] = read_only
  end
end