reporter

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Name string
	Guid string
}

type CloudFoundryClient

type CloudFoundryClient interface {
	GetSpaces() ([]Space, error)
}

type MetricsFetcher

type MetricsFetcher interface {
	FetchInstanceEntitlementUsages(appGuid string) ([]float64, error)
}

type Report

type Report struct {
	SpaceReports []SpaceReport
}

type Reporter

type Reporter struct {
	// contains filtered or unexported fields
}

func New

func New(cf CloudFoundryClient, metricsFetcher MetricsFetcher) Reporter

func (Reporter) OverEntitlementInstances

func (r Reporter) OverEntitlementInstances() (Report, error)

type Space

type Space struct {
	Name         string
	Applications []Application
}

type SpaceReport

type SpaceReport struct {
	SpaceName string
	Apps      []string
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL