Sha256: 3bc39cc3fe79a89ed815cc202634896e0f9a7c364063c4fbba03a254088aaf6a

Contents?: true

Size: 326 Bytes

Versions: 13

Compression:

Stored size: 326 Bytes

Contents

module Kubes::Compiler::Decorator::Resources
  class Deployment < Base
    def perform
      container = Container.new(@data, kind: "Deployment", fields_for: "Secret")
      @data = container.run
      container = Container.new(@data, kind: "Deployment", fields_for: "ConfigMap")
      @data = container.run
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
kubes-0.3.5 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.3.4 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.3.3 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.3.2 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.3.1 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.3.0 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.2.6 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.2.5 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.2.4 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.2.3 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.2.2 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.2.1 lib/kubes/compiler/decorator/resources/deployment.rb
kubes-0.2.0 lib/kubes/compiler/decorator/resources/deployment.rb