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

Commit

Permalink
Merge pull request #96 from michelleN/crds
Browse files Browse the repository at this point in the history
feat(crds): update traffic access crd for v1alpha3
  • Loading branch information
Michelle Noorali committed Jan 20, 2021
2 parents e3e703e + d5f4d46 commit 1b24c15
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions crds/access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ spec:
- tt
plural: traffictargets
singular: traffictarget
version: v1alpha2
version: v1alpha3
versions:
- name: v1alpha2
- name: v1alpha3
served: true
storage: true
- name: v1alpha2
served: false
storage: false
- name: v1alpha1
served: false
storage: false
Expand All @@ -26,6 +29,8 @@ spec:
spec:
required:
- destination
- rules
- sources
properties:
destination:
description: The destination of this traffic target.
Expand All @@ -43,9 +48,6 @@ spec:
namespace:
description: Namespace of the destination.
type: string
port:
description: Port number of the destination.
type: number
rules:
description: Specifications of this traffic target.
type: array
Expand All @@ -61,6 +63,7 @@ spec:
enum:
- HTTPRouteGroup
- TCPRoute
- UDPRoute
name:
description: Name of this spec.
type: string
Expand Down

0 comments on commit 1b24c15

Please sign in to comment.