Class: KubeDSL::DSL::Discovery::V1::EndpointHints

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

def kind_sym
  :endpoint_hints
end

#serializeObject



12
13
14
15
16
# File 'lib/kube-dsl/dsl/discovery/v1/endpoint_hints.rb', line 12

def serialize
  {}.tap do |result|
    result[:forZones] = for_zones.map(&:serialize)
  end
end