Skip to content

Commit

Permalink
update comment for L4 support (#643)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander committed Jul 18, 2024
1 parent c0b4abd commit 06b6198
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ spec:
type: object
filters:
additionalProperties:
description: Plugin defines the plugin configuration used in the
HTTP layer
description: Plugin defines the plugin configuration
properties:
config:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ spec:
properties:
filters:
additionalProperties:
description: Plugin defines the plugin configuration used in the
HTTP layer
description: Plugin defines the plugin configuration
properties:
config:
type: object
Expand All @@ -59,8 +58,7 @@ spec:
properties:
filters:
additionalProperties:
description: Plugin defines the plugin configuration used
in the HTTP layer
description: Plugin defines the plugin configuration
properties:
config:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ spec:
properties:
filters:
additionalProperties:
description: Plugin defines the plugin configuration used in the
HTTP layer
description: Plugin defines the plugin configuration
properties:
config:
type: object
Expand All @@ -60,8 +59,7 @@ spec:
properties:
filters:
additionalProperties:
description: Plugin defines the plugin configuration used
in the HTTP layer
description: Plugin defines the plugin configuration
properties:
config:
type: object
Expand Down
2 changes: 1 addition & 1 deletion types/apis/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package v1

import runtime "k8s.io/apimachinery/pkg/runtime"

// Plugin defines the plugin configuration used in the HTTP layer
// Plugin defines the plugin configuration
type Plugin struct {
Config runtime.RawExtension `json:"config"`
}

0 comments on commit 06b6198

Please sign in to comment.