Versions in this module Expand all Collapse all v1 v1.4.8 Mar 7, 2021 v1.4.7 Feb 24, 2021 v1.4.6 Jan 12, 2021 Changes in this version + type AppQueue struct + BackoffFactor float64 + BackoffSeconds int + Constraints [][]string + Container marathon.Queue + Cpus int + Disk int + ID string + Instances int + MaxLaunchDelaySeconds int + Mem int + Ports []int + RequirePorts bool + UpgradeStrategy application.UpgradeStrategy + Version time.Time + VersionInfo application.VersionInfo + type Attribute struct + Name string + Ranges []Range + Scalar int + Set []string + type Delay struct + Overdue bool + TimeLeftSeconds int + type LastUnusedOffer struct + Offer Offer + Reason []string + Timestamp interface{} + type Offer struct + AgentID string + Attributes []Attribute + Hostname string + ID string + Resources []Resource + type ProcessedOffersSummary struct + ProcessedOffersCount int + UnusedOffersCount int + type Queues struct + Queue []Type + type Range struct + Begin int + End int + type Resource struct + Name string + Ranges []Range + Role string + Scalar int + Set []string + type Type struct + App application.AppDefinition + Count int + Delay Delay + LastUnusedOffers []LastUnusedOffer + ProcessedOffersSummary ProcessedOffersSummary + Since interface{}