Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAppIdsForRouteMetadata ¶
func FindAppIdsForRouteMetadata(cliConnection plugin.CliConnection, routeGuid string) []string
func LoadAppsForRouteCache ¶
func LoadAppsForRouteCache(cliConnection plugin.CliConnection, routeId string)
func LoadRouteCache ¶
func LoadRouteCache(cliConnection plugin.CliConnection)
Types ¶
type Route ¶
type Route struct {
Guid string `json:"guid"`
Host string `json:"host"`
Path string `json:"path"`
DomainGuid string `json:"domain_guid"`
SpaceGuid string `json:"space_guid"`
ServiceInstanceGuid string `json:"service_instance_guid"`
Port int `json:"port"`
InternalGenerated bool
}
func FindRouteMetadata ¶
type RouteResource ¶
type RouteResponse ¶
type RouteResponse struct {
Count int `json:"total_results"`
Pages int `json:"total_pages"`
NextUrl string `json:"next_url"`
Resources []RouteResource `json:"resources"`
}
Click to show internal directories.
Click to hide internal directories.