Sha256: 34a5e11f10d418bfd169a12f02e5eae289e6e68dbe5d22676351a12c43b609ce
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Inserviceupgradestrategy include Her::Model include Helpers::Model attributes :batchSize, :intervalMillis, :launchConfig, :previousLaunchConfig, :previousSecondaryLaunchConfigs, :secondaryLaunchConfigs, :startFirst 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/inserviceupgradestrategy.rb |