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" // MissingTLSTerminationTypeErr is returned when a route with a tls config doesn't // specify a tls termination type. MissingTLSTerminationTypeErr = "MissingTLSTermination" )
Variables ¶
This section is empty.
Functions ¶
func FindMissingPortMapping ¶
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.
Click to show internal directories.
Click to hide internal directories.