analysis

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2015 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package analysis provides functions that analyse routes and setup markers that will be reported by oc status

Index

Constants

View Source
const (
	// MissingRoutePortWarning is returned when a route has no route port specified
	// and the service it routes to has multiple ports.
	MissingRoutePortWarning = "MissingRoutePort"
	// MissingServiceWarning is returned when there is no service for the specific route.
	MissingServiceWarning = "MissingService"
)

Variables

This section is empty.

Functions

func FindMissingPortMapping

func FindMissingPortMapping(g osgraph.Graph) []osgraph.Marker

FindMissingPortMapping checks all routes and reports those that don't specify a port while the service they are routing to, has multiple ports. Also if a service for a route doesn't exist, will be reported.

Types

This section is empty.

Jump to

Keyboard shortcuts

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