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, #serialize_handlers, #str, #version
Instance Method Summary collapse
- #document ⇒ Object
- #meta ⇒ Object
-
#object? ⇒ Boolean
assume external refs are always object fields.
Methods inherited from Ref
#initialize, #inline?, #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
8 9 10 |
# File 'lib/kube-dsl/external_ref.rb', line 8 def document {} end |
#meta ⇒ Object
4 5 6 |
# File 'lib/kube-dsl/external_ref.rb', line 4 def ||= ExternalResourceMeta.new(self) end |
#object? ⇒ Boolean
assume external refs are always object fields
13 14 15 |
# File 'lib/kube-dsl/external_ref.rb', line 13 def object? true end |