Sha256: 4ec0884a7eb37758027764afa7727e9814ec0a805fd9403f3218a04a5c242e06

Contents?: true

Size: 582 Bytes

Versions: 1

Compression:

Stored size: 582 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :registry
      has_one :registry
      has_one :account
      has_many :images
      has_many :instances

      attributes :accountId, :created, :data, :description, :id,
                 :kind, :name, :publicValue, :registryId, :removeTime,
                 :removed, :secretValue, :state, :transitioning, :transitioningMessage,
                 :transitioningProgress, :uuid
    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/registrycredential.rb