danglingroutedestinationhost

package
v0.0.0-...-e408518 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2021 License: Apache-2.0 Imports: 8 Imported by: 2

README

Dangling Route Destination Host

The danglingroutedestinationhost vetter inspects the VirtualService(s) resources in your cluster and generates warning notes if any of the route destination hosts point to services which don't exist in the cluster. Any HTTP request routed to these hosts will return a 503 Service Unavailable response code as there is no backend service to fulfill the request.

Note that only route destination hosts ending in .svc.cluster.local and short names (host which don't contain any .) are inspected by this vetter as these hosts are implemented by services in the cluster.

It is recommended to either create the service(s) mentioned in the VirtualService(s) resources or update the VirtualService(s) to route to existing services in the cluster.

Notes Generated

Documentation

Overview

Package danglingroutedestinationhost vets if HTTP route destination host in any VirtualService resource points to services which don't exist in the cluster.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DanglingRouteDestinationHost

type DanglingRouteDestinationHost struct {
	// contains filtered or unexported fields
}

DanglingRouteDestinationHost implements Vetter interface

func NewVetter

NewVetter returns "DanglingRouteDestinationHost" which implements Vetter Interface

func (*DanglingRouteDestinationHost) Info

Info returns information about the vetter

func (*DanglingRouteDestinationHost) Vet

Vet returns the list of generated notes

Jump to

Keyboard shortcuts

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