class Orchparty::Kubernetes::ServiceBuilder

Public Class Methods

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