Class: Kubes::Compiler::Dsl::Syntax::Namespace
- Defined in:
- lib/kubes/compiler/dsl/syntax/namespace.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#default_metadata ⇒ Object
override.
Methods inherited from Resource
#default_apiVersion, #default_kind, #default_result, #default_result_append, #default_top, #field, #top
Methods included from Util::Normalize
#extract_type, #normalize_kind
Instance Method Details
#default_metadata ⇒ Object
override
4 5 6 7 8 9 10 11 |
# File 'lib/kubes/compiler/dsl/syntax/namespace.rb', line 4 def { annotations: annotations, name: name, labels: labels, # no namespace } end |