sync kubelet-config.v1 kubelet-credentialprovider.v1alpha1 kubelet-credentialprovider.v1beta1
parent
be43fc01a7
commit
4df18d9870
|
@ -110,16 +110,15 @@ and URL path.
|
|||
<!--
|
||||
Each entry in matchImages is a pattern which can optionally contain a port and a path.
|
||||
Globs can be used in the domain, but not in the port or the path. Globs are supported
|
||||
as subdomains like <code>*.k8s.io</code> or <code>k8s.*.io</code>, and top-level-domains such as <code>k8s.*</code>.
|
||||
Matching partial subdomains like <code>app*.k8s.io</code> is also supported. Each glob can only match
|
||||
a single subdomain segment, so <code>*.io</code> does not match <code>*.k8s.io</code>.
|
||||
as subdomains like '*.k8s.io' or 'k8s.*.io', and top-level-domains such as 'k8s.*'.
|
||||
Matching partial subdomains like 'app</em>.k8s.io' is also supported. Each glob can only match
|
||||
a single subdomain segment, so *.io does not match *.k8s.io.
|
||||
-->
|
||||
<p><code>matchImages</code> 中的每个条目都是一个模式字符串,其中可以包含端口号和路径。
|
||||
域名部分可以包含通配符,但端口或路径部分不可以。
|
||||
<code>*.k8s.io</code> 或 <code>k8s.*.io</code> 等子域名以及
|
||||
<code>k8s.*</code> 这类顶级域名都支持通配符。</p>
|
||||
<p>对于 <code>app*.k8s.io</code> 这类部分子域名的匹配也是支持的。
|
||||
每个通配符只能用来匹配一个子域名段,所以 <code>*.io</code> 不会匹配 <code>*.k8s.io</code>。</p>
|
||||
域名部分可以包含通配符,但端口或路径部分不可以。'*.k8s.io' 或 'k8s.*.io' 等子域名以及
|
||||
'k8s.*' 这类顶级域名都支持通配符。</p>
|
||||
<p>对于 'app</em>.k8s.io' 这类部分子域名的匹配也是支持的。
|
||||
每个通配符只能用来匹配一个子域名段,所以 *.io 不会匹配 *.k8s.io。</p>
|
||||
<!--
|
||||
A match exists between an image and a matchImage when all of the below are true:
|
||||
-->
|
||||
|
|
|
@ -127,16 +127,16 @@ this field to null if no valid credentials can be returned for the requested ima
|
|||
<!--
|
||||
Each key in the map is a pattern which can optionally contain a port and a path.
|
||||
Globs can be used in the domain, but not in the port or the path. Globs are supported
|
||||
as subdomains like <code>*.k8s.io</code> or <code>k8s.*.io</code>, and top-level-domains such as <code>k8s.*</code>.
|
||||
Matching partial subdomains like <code>app*.k8s.io</code> is also supported. Each glob can only match
|
||||
a single subdomain segment, so <code>*.io</code> does not match <code>*.k8s.io</code>.</p>
|
||||
as subdomains like '*.k8s.io' or 'k8s.*.io', and top-level-domains such as 'k8s.*'.
|
||||
Matching partial subdomains like 'app*.k8s.io' is also supported. Each glob can only match
|
||||
a single subdomain segment, so *.io does not match *.k8s.io.</p>
|
||||
-->
|
||||
<p>
|
||||
映射中每个键值都是一个正则表达式,可以选择包含端口和路径。
|
||||
域名部分可以包含通配符,但在端口或路径中不能使用通配符。
|
||||
支持通配符作为子域,如 <code>*.k8s.io</code> 或 <code>k8s.*.io</code>,以及顶级域,如 <code>k8s.*</code>。
|
||||
还支持匹配部分子域,如 <code>app*.k8s.io</code>。每个通配符只能匹配一个子域段,
|
||||
因此 <code>*.io</code> 不匹配 <code>*.k8s.io</code>。
|
||||
支持通配符作为子域,如 '*.k8s.io' 或 'k8s.*.io',以及顶级域,如 'k8s.*'。
|
||||
还支持匹配部分子域,如 'app*.k8s.io'。每个通配符只能匹配一个子域段,
|
||||
因此 *.io 不匹配 *.k8s.io。
|
||||
</p>
|
||||
<!--
|
||||
<p>The kubelet will match images against the key when all of the below are true:</p>
|
||||
|
|
|
@ -127,16 +127,16 @@ this field to null if no valid credentials can be returned for the requested ima
|
|||
<!--
|
||||
Each key in the map is a pattern which can optionally contain a port and a path.
|
||||
Globs can be used in the domain, but not in the port or the path. Globs are supported
|
||||
as subdomains like <code>*.k8s.io</code> or <code>k8s.*.io</code>, and top-level-domains such as <code>k8s.*</code>.
|
||||
Matching partial subdomains like <code>app*.k8s.io</code> is also supported. Each glob can only match
|
||||
a single subdomain segment, so <code>*.io</code> does not match <code>*.k8s.io</code>.</p>
|
||||
as subdomains like '*.k8s.io' or 'k8s.*.io', and top-level-domains such as 'k8s.*'.
|
||||
Matching partial subdomains like 'app*.k8s.io' is also supported. Each glob can only match
|
||||
a single subdomain segment, so *.io does not match *.k8s.io.</p>
|
||||
-->
|
||||
<p>
|
||||
映射中每个键值都是一个正则表达式,可以选择包含端口和路径。
|
||||
域名部分可以包含通配符,但在端口或路径中不能使用通配符。
|
||||
支持通配符作为子域,如 <code>*.k8s.io</code> 或 <code>k8s.*.io</code>,以及顶级域,如 <code>k8s.*</code>。
|
||||
还支持匹配部分子域,如 <code>app*.k8s.io</code>。每个通配符只能匹配一个子域段,
|
||||
因此 <code>*.io</code> 不匹配 <code>*.k8s.io</code>。
|
||||
支持通配符作为子域,如 '*.k8s.io' 或 'k8s.*.io',以及顶级域,如 'k8s.*'。
|
||||
还支持匹配部分子域,如 'app*.k8s.io'。每个通配符只能匹配一个子域段,
|
||||
因此 *.io 不匹配 *.k8s.io。
|
||||
</p>
|
||||
<!--
|
||||
<p>The kubelet will match images against the key when all of the below are true:</p>
|
||||
|
|
Loading…
Reference in New Issue