Skip to content

Commit

Permalink
align with openyurt charts refs/heads/master from commit ea8392b1c68c…
Browse files Browse the repository at this point in the history
…b2f4ee41f8e9a038abfdb3edda0e
  • Loading branch information
openyurt-bot committed Oct 31, 2023
1 parent aaa22b4 commit 58be85b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions charts/yurt-manager/crds/raven.openyurt.io_gateways.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ spec:
additionalProperties:
type: string
type: object
natType:
type: string
nodeName:
description: NodeName is the Node hosting this endpoint.
type: string
publicIP:
type: string
publicPort:
type: integer
underNAT:
type: boolean
required:
Expand Down Expand Up @@ -104,11 +108,15 @@ spec:
additionalProperties:
type: string
type: object
natType:
type: string
nodeName:
description: NodeName is the Node hosting this endpoint.
type: string
publicIP:
type: string
publicPort:
type: integer
underNAT:
type: boolean
required:
Expand Down Expand Up @@ -165,6 +173,9 @@ spec:
type: string
description: Config is a map to record config for the raven agent of node
type: object
natType:
description: NATType is the NAT type of the node
type: string
nodeName:
description: NodeName is the Node hosting this endpoint.
type: string
Expand All @@ -174,6 +185,9 @@ spec:
publicIP:
description: PublicIP is the exposed IP of the node
type: string
publicPort:
description: PublicPort is the port used for NAT traversal
type: integer
type:
description: Type is the service type of the node, proxy or tunnel
type: string
Expand Down Expand Up @@ -256,6 +270,9 @@ spec:
type: string
description: Config is a map to record config for the raven agent of node
type: object
natType:
description: NATType is the NAT type of the node
type: string
nodeName:
description: NodeName is the Node hosting this endpoint.
type: string
Expand All @@ -265,6 +282,9 @@ spec:
publicIP:
description: PublicIP is the exposed IP of the node
type: string
publicPort:
description: PublicPort is the port used for NAT traversal
type: integer
type:
description: Type is the service type of the node, proxy or tunnel
type: string
Expand Down

0 comments on commit 58be85b

Please sign in to comment.