Class: KubeDSL::ExternalRef
Constant Summary
Constants included from StringHelpers
Instance Attribute Summary
Attributes inherited from Ref
#autoload_prefix, #inflector, #kind, #namespace, #ruby_namespace_prefix, #schema_dir, #str, #version
Instance Method Summary collapse
- #document ⇒ Object
- #meta ⇒ Object
-
#object? ⇒ Boolean
assume external refs are always object fields.
Methods inherited from Ref
#initialize, #ruby_autoload_path, #ruby_namespace
Methods included from StringHelpers
#capitalize, #underscore, #unkeywordify
Constructor Details
This class inherits a constructor from KubeDSL::Ref
Instance Method Details
#document ⇒ Object
7 8 9 |
# File 'lib/kube-dsl/external_ref.rb', line 7 def document {} end |
#meta ⇒ Object
3 4 5 |
# File 'lib/kube-dsl/external_ref.rb', line 3 def @meta ||= ExternalResourceMeta.new(self) end |
#object? ⇒ Boolean
assume external refs are always object fields
12 13 14 |
# File 'lib/kube-dsl/external_ref.rb', line 12 def object? true end |