We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e0b4f commit e82868aCopy full SHA for e82868a
docs/crd.md
@@ -62,9 +62,9 @@ spec:
62
lbPort: 8088 # 必选,监听器端口
63
protocol: TCP # 必选,监听器协议。TCP | UDP
64
extensiveParameters: "" # 可选,指定创建监听器时的参数,JSON 格式,完整参考 CreateListener 接口: https://cloud.tencent.com/document/api/214/30693
65
- backendPod: # 可选,需绑定的后端Pod
+ targetPod: # 可选,需绑定的后端Pod
66
podName: gameserver-0 # 指定 backendPod 时必选,后端 Pod 名称
67
- port: 80 # 指定 backendPod 时必选,后端 Pod 监听的端口
+ targetPort: 80 # 指定 backendPod 时必选,后端 Pod 监听的端口
68
status:
69
listenerId: lbl-ku486mr3 # 监听器 ID
70
state: Bound # 监听器状态,Pending (监听器创建中) | Bound (监听器已绑定Pod) | Available (监听器已创建但还未绑定Pod) | Deleting (监听器删除中) | Failed (失败)
0 commit comments