Skip to content

Commit

Permalink
chore: remove out of date comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Aug 8, 2024
1 parent d06e961 commit c341796
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion api/configuration/v1alpha1/kongpluginbinding_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ type TargetRef struct {
Name string `json:"name"`
}

// TODO(mlavacca): add xvalidation between group and kind
type TargetRefWithGroupKind struct {
// Name is the name of the entity.
// +kubebuilder:validation:Required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ spec:
|| (self.kind == 'HTTPRoute' && self.group == 'gateway.networking.k8s.io')
|| (self.kind == 'GCPRoute' && self.group == 'gateway.networking.k8s.io')
serviceRef:
description: 'TODO(mlavacca): add xvalidation between group and
kind'
properties:
group:
enum:
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ _Appears in:_
#### TargetRefWithGroupKind


TODO(mlavacca): add xvalidation between group and kind




Expand Down

0 comments on commit c341796

Please sign in to comment.