Versions in this module Expand all Collapse all v8 v8.17.1 Feb 12, 2026 v8.17.0 Nov 18, 2025 Changes in this version + type CloudControllerAppInstancesRepository struct + func NewCloudControllerAppInstancesRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerAppInstancesRepository) + func (repo CloudControllerAppInstancesRepository) DeleteInstance(appGUID string, instance int) error + func (repo CloudControllerAppInstancesRepository) GetInstances(appGUID string) (instances []models.AppInstanceFields, err error) + type InstanceAPIResponse struct + Details string + Since float64 + State string + type InstanceStatsAPIResponse struct + Stats struct{ ... } + type InstancesAPIResponse map[string]InstanceAPIResponse + type Repository interface + DeleteInstance func(appGUID string, instance int) error + GetInstances func(appGUID string) (instances []models.AppInstanceFields, apiErr error) + type StatsAPIResponse map[string]InstanceStatsAPIResponse Other modules containing this package code.cloudfoundry.org/cli