feat: Gateway supports the configuration of forwarding tcp/udp traffic. (#5445)

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
hongzhouzi
2023-01-11 10:19:16 +08:00
committed by GitHub
parent c114d51a3b
commit 3a03b4a6e1
5 changed files with 45 additions and 1 deletions

View File

@@ -56,6 +56,14 @@ spec:
namespace:
type: string
type: object
tcp:
additionalProperties:
type: string
type: object
udp:
additionalProperties:
type: string
type: object
type: object
deployment:
properties: