Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit b75b56b

Browse files
committed
Support policies in VS routes and VSR subroutes
1 parent 8af6247 commit b75b56b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

build/kic_crds/vs-definition.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,17 @@ spec:
398398
type: integer
399399
path:
400400
type: string
401+
policies:
402+
type: array
403+
items:
404+
description: PolicyReference references a policy by name and
405+
an optional namespace.
406+
type: object
407+
properties:
408+
name:
409+
type: string
410+
namespace:
411+
type: string
401412
route:
402413
type: string
403414
splits:

build/kic_crds/vsr-definition.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,17 @@ spec:
383383
type: integer
384384
path:
385385
type: string
386+
policies:
387+
type: array
388+
items:
389+
description: PolicyReference references a policy by name and
390+
an optional namespace.
391+
type: object
392+
properties:
393+
name:
394+
type: string
395+
namespace:
396+
type: string
386397
route:
387398
type: string
388399
splits:

0 commit comments

Comments
 (0)