Sha256: e62572179fcfee37869e9a3aa15f778dd174e1b4ca6b726c6f86f5ef1bf68f46
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Containerevent include Her::Model include Helpers::Model belongs_to :account belongs_to :host has_one :host has_one :account attributes :accountId, :created, :data, :externalFrom, :externalId, :externalStatus, :externalTimestamp, :hostId, :id, :kind, :reportedHostUuid, :state, :transitioning, :transitioningMessage, :transitioningProgress, :dockerInspect 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/containerevent.rb |