Skip to content

Commit e82868a

Browse files
committed
update crd.md
1 parent 10e0b4f commit e82868a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/crd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ spec:
6262
lbPort: 8088 # 必选,监听器端口
6363
protocol: TCP # 必选,监听器协议。TCP | UDP
6464
extensiveParameters: "" # 可选,指定创建监听器时的参数,JSON 格式,完整参考 CreateListener 接口: https://cloud.tencent.com/document/api/214/30693
65-
backendPod: # 可选,需绑定的后端Pod
65+
targetPod: # 可选,需绑定的后端Pod
6666
podName: gameserver-0 # 指定 backendPod 时必选,后端 Pod 名称
67-
port: 80 # 指定 backendPod 时必选,后端 Pod 监听的端口
67+
targetPort: 80 # 指定 backendPod 时必选,后端 Pod 监听的端口
6868
status:
6969
listenerId: lbl-ku486mr3 # 监听器 ID
7070
state: Bound # 监听器状态,Pending (监听器创建中) | Bound (监听器已绑定Pod) | Available (监听器已创建但还未绑定Pod) | Deleting (监听器删除中) | Failed (失败)

0 commit comments

Comments
 (0)