Sha256: fdcc9c4f197841d6efb0be63af03d264ae6545923fed14a749baef73f0641796
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Externalhandler include Her::Model include Helpers::Model has_many :externalhandlerprocesses has_many :externalhandlerexternalhandlerprocessmaps attributes :created, :data, :description, :id, :kind, :name, :priority, :removeTime, :removed, :state, :uuid, :transitioning, :transitioningMessage, :transitioningProgress, :processConfigs, :retries, :timeoutMillis 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/externalhandler.rb |