Sha256: eb01dff768c86ed31c70d2c4c60a9de9957c6fe61d3b132e33445f3a256789c6

Contents?: true

Size: 924 Bytes

Versions: 1

Compression:

Stored size: 924 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Stack
      include Her::Model
      include Helpers::Model

      belongs_to :account
      belongs_to :previousexternal
      has_one :account
      has_many :scheduledupgrades
      has_many :volumetemplates
      has_many :instances
      has_many :hosts
      has_many :volumes
      has_many :configitemstatuses
      has_many :services
      has_many :secrets

      attributes :accountId, :created, :data, :description, :externalId,
                 :group, :healthState, :id, :kind, :name,
                 :removeTime, :removed, :state, :system, :uuid,
                 :transitioning, :transitioningMessage, :transitioningProgress, :dockerCompose, :rancherCompose,
                 :environment, :answers, :templates, :previousExternalId, :previousEnvironment,
                 :startOnCreate, :outputs, :binding, :serviceIds
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/stack.rb