Home
last modified time | relevance | path

Searched refs:PolicyCheckMaxRetryWaitTime (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/annotation/
H A Dannotations.gen.go160 PolicyCheckMaxRetryWaitTime = Instance { var
523 &PolicyCheckMaxRetryWaitTime,
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/plugin/mixer/
H A Dmixer.go414 if len(node.Metadata.PolicyCheckMaxRetryWaitTime) > 0 {
415 dur, err := time.ParseDuration(node.Metadata.PolicyCheckMaxRetryWaitTime)
417 log.Warnf("unable to parse max retry wait time %q.", node.Metadata.PolicyCheckMaxRetryWaitTime)
H A Dmixer_test.go66 PolicyCheckMaxRetryWaitTime: "1.5s",
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dcontext.go440 PolicyCheckMaxRetryWaitTime string `json:"policy.istio.io/checkMaxRetryWaitTime,omitempty"` member