Class: KubeDNSEncoder
- Inherits:
-
Object
- Object
- KubeDNSEncoder
- Defined in:
- lib/kube_link_generator.rb
Overview
KubeDNSEncoder is a BOSH DNS encoder object. It is unclear at this point what it does.
Instance Method Summary collapse
-
#initialize(link_specs) ⇒ KubeDNSEncoder
constructor
A new instance of KubeDNSEncoder.
Constructor Details
#initialize(link_specs) ⇒ KubeDNSEncoder
Returns a new instance of KubeDNSEncoder.
207 208 209 |
# File 'lib/kube_link_generator.rb', line 207 def initialize(link_specs) @link_specs = link_specs end |