@@ -204,11 +204,7 @@ IngressSpec 描述用户希望存在的 Ingress。
204
204
- ** rules.http.paths.pathType** (string),必需
205
205
206
206
<!--
207
- PathType determines the interpretation of the Path matching. PathType can be one of the following values:
208
-
209
- * Exact: Matches the URL path exactly.
210
-
211
- * Prefix: Matches based on a URL path prefix split by '/'. Matching is
207
+ PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
212
208
done on a path element by element basis. A path element refers is the
213
209
list of labels in the path split by the '/' separator. A request is a
214
210
match for path p if every p is an element-wise prefix of p of the
@@ -384,61 +380,68 @@ IngressStatus 描述 Ingress 的当前状态。
384
380
385
381
<hr >
386
382
387
- - ** loadBalancer** (LoadBalancerStatus )
383
+ - ** loadBalancer** (IngressLoadBalancerStatus )
388
384
389
385
<!--
390
386
LoadBalancer contains the current status of the load-balancer.
391
387
392
- <a name="LoadBalancerStatus "></a>
393
- *LoadBalancerStatus represents the status of a load-balancer.*
388
+ <a name="IngressLoadBalancerStatus "></a>
389
+ *IngressLoadBalancerStatus represents the status of a load-balancer.*
394
390
-->
395
391
396
392
loadBalancer 包含负载均衡器的当前状态。
397
393
398
- <a name =" LoadBalancerStatus " ></a >
399
- ** LoadBalancerStatus 表示负载均衡器的状态。**
394
+ <a name =" IngressLoadBalancerStatus " ></a >
395
+ ** IngressLoadBalancerStatus 表示负载均衡器的状态。**
400
396
401
- - ** loadBalancer.ingress** ([ ] LoadBalancerIngress )
397
+ - ** loadBalancer.ingress** ([ ] IngressLoadBalancerIngress )
402
398
403
399
<!--
404
- Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
400
+ Ingress is a list containing ingress points for the load-balancer.
405
401
406
- <a name="LoadBalancerIngress "></a>
407
- *LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.*
402
+ <a name="IngressLoadBalancerIngress "></a>
403
+ *IngressLoadBalancerIngress represents the status of a load-balancer ingress point.*
408
404
-->
409
405
410
- ingress 是一个包含负载均衡器入口点的列表。用于服务的流量应发送到这些入口点。
406
+ ingress 是一个包含负载均衡器入口点的列表。
411
407
412
- <a name =" LoadBalancerIngress " ></a >
413
- ** LoadBalancerIngress 表示负载均衡器入口点的状态:用于服务的流量应发送到入口点 。**
408
+ <a name =" IngressLoadBalancerIngress " ></a >
409
+ ** IngressLoadBalancerIngress 表示负载均衡器入口点的状态。**
414
410
415
411
- ** loadBalancer.ingress.hostname** (string)
416
412
417
413
<!--
418
- Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)
414
+ Hostname is set for load-balancer ingress points that are DNS based.
419
415
-->
420
416
421
- hostname 是为基于 DNS 的负载平衡器(通常为 AWS 负载平衡器)入口点所设置的主机名 。
417
+ hostname 是为基于 DNS 的负载平衡器入口点所设置的主机名 。
422
418
423
419
- ** loadBalancer.ingress.ip** (string)
424
420
425
421
<!--
426
- IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)
422
+ IP is set for load-balancer ingress points that are IP based.
427
423
-->
428
424
429
- ip 是为基于 IP 的负载平衡器(通常为 GCE 或 OpenStack 负载平衡器)入口点设置的 IP。
425
+ ip 是为基于 IP 的负载平衡器入口点设置的 IP。
430
426
431
- - ** loadBalancer.ingress.ports** ([ ] PortStatus )
427
+ - ** loadBalancer.ingress.ports** ([ ] IngressPortStatus )
432
428
433
429
<!--
434
430
*Atomic: will be replaced during a merge*
435
431
436
432
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it
433
+ Ports provides information about the ports exposed by this LoadBalancer.
434
+
435
+ <a name="IngressPortStatus"></a>
436
+ *IngressPortStatus represents the error condition of a service port*
437
437
-->
438
438
439
439
** Atomic: 将在合并期间被替换**
440
-
441
- ports 是服务端口的记录列表。如果使用了此字段,服务中定义的每个端口中都应该有一个条目与之对应。
440
+
441
+ ports 提供有关此 LoadBalancer 公开端口的信息。
442
+
443
+ <a name =" IngressPortStatus " ></a >
444
+ ** IngressPortStatus 表示服务端口的错误情况**
442
445
443
446
<!--
444
447
- **loadBalancer.ingress.ports.port** (int32), required
@@ -447,10 +450,10 @@ IngressStatus 描述 Ingress 的当前状态。
447
450
- ** loadBalancer.ingress.ports.port** (int32),必需
448
451
449
452
<!--
450
- Port is the port number of the service port of which status is recorded here
453
+ Port is the port number of the ingress port.
451
454
-->
452
455
453
- port 在此是所记录状态对应的服务端口的端口号。
456
+ port 是入栈端口的端口号
454
457
455
458
<!--
456
459
- **loadBalancer.ingress.ports.protocol** (string), required
@@ -459,10 +462,10 @@ IngressStatus 描述 Ingress 的当前状态。
459
462
- ** loadBalancer.ingress.ports.protocol** (string),必需
460
463
461
464
<!--
462
- Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
465
+ Protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
463
466
-->
464
467
465
- protocol 是服务端口的协议,其状态记录在此 。支持的值为:“TCP”、“UDP”、“SCTP”。
468
+ protocol 是入栈端口的协议 。支持的值为:“TCP”、“UDP”、“SCTP”。
466
469
467
470
- ** loadBalancer.ingress.ports.error** (string)
468
471
0 commit comments