sync client-authentication.v1beta1 node-selector-requirement ingress-v1

This commit is contained in:
xin gu 2024-10-11 14:39:41 +08:00
parent 8c18e3c963
commit 0835a19ea3
3 changed files with 11 additions and 1 deletions

View File

@ -272,7 +272,7 @@ exec 插件本身至少应通过文件访问许可来实施保护。
<tr>
<td><code>expirationTimestamp</code><br/>
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#time-v1-meta"><code>meta/v1.Time</code></a>
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#time-v1-meta"><code>meta/v1.Time</code></a>
</td>
<td>
<!-- ExpirationTimestamp indicates a time when the provided credentials expire. -->

View File

@ -50,10 +50,14 @@ A node selector requirement is a selector that contains values, a key, and an op
<!--
- **values** ([]string)
*Atomic: will be replaced during a merge*
An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
-->
- **values** ([]string)
**原子性:将在合并期间被替换**
一个由字符串值组成的数组。如果 operator 是 `In``NotIn`,则 values 数组不能为空。
如果 operator 为 `Exists``DoesNotExist`,则 values 数组只能为空。
如果 operator 为 `Gt``Lt`,则 values 数组只能包含一个元素,并且该元素会被解释为整数。

View File

@ -395,6 +395,12 @@ IngressStatus 描述 Ingress 的当前状态。
**IngressLoadBalancerStatus 表示负载均衡器的状态。**
- **loadBalancer.ingress** ([]IngressLoadBalancerIngress)
<!--
*Atomic: will be replaced during a merge*
-->
**原子性:将在合并期间被替换**
<!--
ingress is a list containing ingress points for the load-balancer.