Sha256: f585a9bf511b334247d2401335fa96c0b89b61960e33cfb7ea8c501f5a1cb2aa
Contents?: true
Size: 887 Bytes
Versions: 1
Compression:
Stored size: 887 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Kubernetesstack 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, :answers, :binding, :created, :data, :description, :environment, :externalId, :group, :healthState, :id, :kind, :name, :previousEnvironment, :previousExternalId, :removeTime, :removed, :serviceIds, :state, :system, :templates, :transitioning, :transitioningMessage, :transitioningProgress, :uuid, :namespace 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/kubernetesstack.rb |