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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.