class Orchparty::Kubernetes::ServiceWithoutNameBuilder

Public Class Methods

new( type) click to toggle source
# File lib/orchparty/dsl_parser_kubernetes.rb, line 319
def initialize( type)
  super AST.service(_type: type)
end