Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Deprecated, use predicates.FalseName instead NameFalse = predicates.FalseName )
View Source
const ( // Deprecated, use predicates.TrueName instead NameTrue = predicates.TrueName )
Variables ¶
This section is empty.
Functions ¶
func NewFalse ¶
func NewFalse() routing.PredicateSpec
NewFalse provides a predicate spec to create a Predicate instance that evaluates to false
func NewShutdown ¶ added in v0.13.139
func NewShutdown() routing.PredicateSpec
NewShutdown provides a predicate spec to create predicates that evaluate to true if Skipper is shutting down
func NewTrue ¶
func NewTrue() routing.PredicateSpec
NewTrue provides a predicate spec to create a Predicate instance that evaluates to true
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.