predicates

package
v0.14.32 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: Apache-2.0, MIT Imports: 1 Imported by: 20

Documentation

Index

Constants

View Source
const (
	// PathName represents the name of builtin path predicate.
	// (See more details about the Path and PathSubtree predicates
	// at https://godoc.org/github.com/zalando/skipper/eskip)
	PathName = "Path"
	// PathSubtreeName represents the name of the builtin path subtree predicate.
	// (See more details about the Path and PathSubtree predicates
	// at https://godoc.org/github.com/zalando/skipper/eskip)
	PathSubtreeName           = "PathSubtree"
	PathRegexpName            = "PathRegexp"
	HostName                  = "Host"
	HostAnyName               = "HostAny"
	ForwardedHostName         = "ForwardedHost"
	ForwardedProtocolName     = "ForwardedProtocol"
	WeightName                = "Weight"
	TrueName                  = "True"
	FalseName                 = "False"
	ShutdownName              = "Shutdown"
	MethodName                = "Method"
	MethodsName               = "Methods"
	HeaderName                = "Header"
	HeaderRegexpName          = "HeaderRegexp"
	CookieName                = "Cookie"
	JWTPayloadAnyKVName       = "JWTPayloadAnyKV"
	JWTPayloadAllKVName       = "JWTPayloadAllKV"
	JWTPayloadAnyKVRegexpName = "JWTPayloadAnyKVRegexp"
	JWTPayloadAllKVRegexpName = "JWTPayloadAllKVRegexp"
	HeaderSHA256Name          = "HeaderSHA256"
	AfterName                 = "After"
	BeforeName                = "Before"
	BetweenName               = "Between"
	CronName                  = "Cron"
	QueryParamName            = "QueryParam"
	SourceName                = "Source"
	SourceFromLastName        = "SourceFromLast"
	ClientIPName              = "ClientIP"
	TeeName                   = "Tee"
	TrafficName               = "Traffic"
)

All Skipper Predicate names

Variables

View Source
var ErrInvalidPredicateParameters = errors.New("invalid predicate parameters")

ErrInvalidPredicateParameters is used in case of invalid predicate parameters.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package auth implements custom predicates to match based on content of the HTTP Authorization header.
Package auth implements custom predicates to match based on content of the HTTP Authorization header.
Package cookie implements predicate to check parsed cookie headers by name and value.
Package cookie implements predicate to check parsed cookie headers by name and value.
Package cron implements custom predicates to match routes only when they also match the system time matches the given cron-like expressions.
Package cron implements custom predicates to match routes only when they also match the system time matches the given cron-like expressions.
Package forwarded implements a set of custom predicate to match routes based on the standardized Forwarded header.
Package forwarded implements a set of custom predicate to match routes based on the standardized Forwarded header.
Package interval implements custom predicates to match routes only during some period of time.
Package interval implements custom predicates to match routes only during some period of time.
Package methods implements a custom predicate to match routes based on the http method in request
Package methods implements a custom predicate to match routes based on the http method in request
Package source implements a custom predicate to match routes based on the Query Params in URL
Package source implements a custom predicate to match routes based on the Query Params in URL
Package source implements a custom predicate to match routes based on the source IP of a request.
Package source implements a custom predicate to match routes based on the source IP of a request.
Package traffic implements a predicate to control the matching probability for a given route by setting its weight.
Package traffic implements a predicate to control the matching probability for a given route by setting its weight.

Jump to

Keyboard shortcuts

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