Skip to content

Commit 8e62cc3

Browse files
authored
Merge pull request #2696 from sanjaypujare/remove-type-from-targetRef
gep-713: remove the type field from targetRef. Also remove reference to undefined 'indirect' type in text
2 parents 0554d55 + fcb30b1 commit 8e62cc3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

geps/gep-713/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ spec:
463463
cachePolicy:
464464
includeQueryString: false
465465
targetRef:
466-
type: direct
467466
kind: HTTPRoute
468467
name: example
469468
```
@@ -1227,8 +1226,7 @@ Thus its status as EXPERIMENTAL DO NOT USE YET.
12271226
#### Validating Admission Controller to inform users about relevant Policy
12281227

12291228
Implementations MAY supply a Validating Admission Webhook that will return a
1230-
WARNING message when an applied object is affected by some Policy, which may be
1231-
an inherited or indirect one.
1229+
WARNING message when an applied object is affected by some Policy.
12321230

12331231
The warning message MAY include the name, namespace, apiGroup and Kind of relevant
12341232
Policy objects.

0 commit comments

Comments
 (0)