You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.
182
+
<!--
183
+
The application protocol for this port. This is used as a hint for implementations to offer
184
+
richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax.
Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.
338
+
Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider
339
+
supports specifying the loadBalancerIP when a load balancer is created.
340
+
This field will be ignored if the cloud-provider does not support the feature.
341
+
Deprecated: This field was under-specified and its meaning varies across implementations.
342
+
Using it is non-portable and it may not support dual-stack. Users are encouraged to use
343
+
implementation-specific annotations when available.
321
344
-->
322
-
323
-
仅适用于服务类型: LoadBalancer。此功能取决于底层云提供商是否支持负载均衡器。
345
+
仅适用于服务类型:LoadBalancer。此功能取决于底层云提供商是否支持负载均衡器。
324
346
如果云提供商不支持该功能,该字段将被忽略。
325
-
已弃用: 该字段信息不足,且其含义因实现而异,而且不支持双栈。
326
-
从 Kubernetes v1.24 开始,鼓励用户在可用时使用特定于实现的注释。在未来的 API 版本中可能会删除此字段。
347
+
已弃用:该字段信息不足,且其含义因实现而异。此字段是不可移植的,并且可能不支持双栈。。
348
+
我们鼓励用户在可用时使用特定于实现的注解。
327
349
328
350
-**loadBalancerSourceRanges** ([]string)
329
351
@@ -358,7 +380,7 @@ ServiceSpec 描述用户在服务上创建的属性。
358
380
359
381
externalName 是发现机制将返回的外部引用,作为此服务的别名(例如 DNS CNAME 记录)。
0 commit comments