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

Commit 1b24c15

Browse files
author
Michelle Noorali
authored
Merge pull request #96 from michelleN/crds
feat(crds): update traffic access crd for v1alpha3
2 parents e3e703e + d5f4d46 commit 1b24c15

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

crds/access.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ spec:
1212
- tt
1313
plural: traffictargets
1414
singular: traffictarget
15-
version: v1alpha2
15+
version: v1alpha3
1616
versions:
17-
- name: v1alpha2
17+
- name: v1alpha3
1818
served: true
1919
storage: true
20+
- name: v1alpha2
21+
served: false
22+
storage: false
2023
- name: v1alpha1
2124
served: false
2225
storage: false
@@ -26,6 +29,8 @@ spec:
2629
spec:
2730
required:
2831
- destination
32+
- rules
33+
- sources
2934
properties:
3035
destination:
3136
description: The destination of this traffic target.
@@ -43,9 +48,6 @@ spec:
4348
namespace:
4449
description: Namespace of the destination.
4550
type: string
46-
port:
47-
description: Port number of the destination.
48-
type: number
4951
rules:
5052
description: Specifications of this traffic target.
5153
type: array
@@ -61,6 +63,7 @@ spec:
6163
enum:
6264
- HTTPRouteGroup
6365
- TCPRoute
66+
- UDPRoute
6467
name:
6568
description: Name of this spec.
6669
type: string

0 commit comments

Comments
 (0)