Sha256: 26ff487c58d2e3d53f308aa6d8f70f702ac78a8a1beaf358aa9ce6afbefa401b

Contents?: true

Size: 491 Bytes

Versions: 47

Compression:

Stored size: 491 Bytes

Contents

# -*- coding: utf-8 -*-
require "magellan/cli/resources"

module Magellan
  module Cli
    module Resources

      class Image < Base
        self.resource_key = "container~image"
        self.resource_dependency = {"stage" => Stage::VERSION_PARAMETER_NAME}
        self.hidden_fields = %w[function_id function_type created_at updated_at].map(&:freeze).freeze
        self.field_associations = {"stage_version_id" => {name: "stage", resource: "stage~version"} }
      end

    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
magellan-cli-0.11.1 lib/magellan/cli/resources/image.rb
magellan-cli-0.11.0 lib/magellan/cli/resources/image.rb
magellan-cli-0.10.0 lib/magellan/cli/resources/image.rb
magellan-cli-0.9.1 lib/magellan/cli/resources/image.rb
magellan-cli-0.9.0 lib/magellan/cli/resources/image.rb
magellan-cli-0.8.3 lib/magellan/cli/resources/image.rb
magellan-cli-0.8.2 lib/magellan/cli/resources/image.rb
magellan-cli-0.8.1 lib/magellan/cli/resources/image.rb
magellan-cli-0.8.0 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.11 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.10 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.9 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.8 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.7 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.6 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.5 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.4 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.3 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.2 lib/magellan/cli/resources/image.rb
magellan-cli-0.7.1 lib/magellan/cli/resources/image.rb