Sha256: d5b85bb89d2bff41dea744cb54e64e6e5c65d99c020c04c268e882f87dd7664c

Contents?: true

Size: 133 Bytes

Versions: 58

Compression:

Stored size: 133 Bytes

Contents

deployment "demo-web" do
  labels(app: name)
  image "nginx"
end

deployment "demo-web-2" do
  labels(app: name)
  image "nginx"
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
kubes-0.9.3 spec/fixtures/blocks/deployments.rb
kubes-0.9.2 spec/fixtures/blocks/deployments.rb
kubes-0.9.1 spec/fixtures/blocks/deployments.rb
kubes-0.9.0 spec/fixtures/blocks/deployments.rb
kubes-0.8.10 spec/fixtures/blocks/deployments.rb
kubes-0.8.9 spec/fixtures/blocks/deployments.rb
kubes-0.8.8 spec/fixtures/blocks/deployments.rb
kubes-0.8.7 spec/fixtures/blocks/deployments.rb
kubes-0.8.6 spec/fixtures/blocks/deployments.rb
kubes-0.8.5 spec/fixtures/blocks/deployments.rb
kubes-0.8.4 spec/fixtures/blocks/deployments.rb
kubes-0.8.3 spec/fixtures/blocks/deployments.rb
kubes-0.8.2 spec/fixtures/blocks/deployments.rb
kubes-0.8.1 spec/fixtures/blocks/deployments.rb
kubes-0.8.0 spec/fixtures/blocks/deployments.rb
kubes-0.7.10 spec/fixtures/blocks/deployments.rb
kubes-0.7.9 spec/fixtures/blocks/deployments.rb
kubes-0.7.8 spec/fixtures/blocks/deployments.rb
kubes-0.7.7 spec/fixtures/blocks/deployments.rb
kubes-0.7.6 spec/fixtures/blocks/deployments.rb