Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(r *gin.RouterGroup)
RegisterRoutes registers the routes for OpenShift
Types ¶
type Assignment ¶ added in v1.0.7
type Assignment struct {
Results []AssignmentResult
}
type AssignmentResult ¶ added in v1.0.7
type AssignmentResult struct {
Latest string
}
type Quota ¶ added in v1.0.7
type Quota struct {
Results []QuotaResult
}
type QuotaResult ¶ added in v1.0.7
type QuotaResult struct {
Average float64
}
type UnitPrices ¶ added in v1.0.7
type UnitPrices struct {
// contains filtered or unexported fields
}
type Usage ¶ added in v1.0.7
type Usage struct { Results []UsageResult End time.Time }
type UsageDataPoint ¶ added in v1.0.7
type UsageResult ¶ added in v1.0.7
type UsageResult struct {
Result float64
}
Click to show internal directories.
Click to hide internal directories.