Sha256: 56133857ad49b53f85f52be48a9fbe06c8250904274f4ace6e1e312f9edb9adc

Contents?: true

Size: 478 Bytes

Versions: 12

Compression:

Stored size: 478 Bytes

Contents

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

module Magellan
  module Cli
    module Resources

      class Image < Base
        self.resource_name = "container~image"
        self.resource_dependency = {"stage" => "stage-version"}
        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

12 entries across 12 versions & 1 rubygems

Version Path
magellan-cli-0.2.17 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.16 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.15 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.14 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.13 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.12 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.11 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.10 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.9 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.8 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.7 lib/magellan/cli/resources/image.rb
magellan-cli-0.2.6 lib/magellan/cli/resources/image.rb