class Orchparty::Kubernetes::ServiceWithoutNameBuilder
Public Class Methods
new( type)
click to toggle source
Calls superclass method
Orchparty::Kubernetes::CommonBuilder::new
# File lib/orchparty/dsl_parser_kubernetes.rb, line 319 def initialize( type) super AST.service(_type: type) end