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
Copy file name to clipboardExpand all lines: content/en/docs/reference/config-api/apiserver-encryption.v1.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ auto_generated: true
20
20
21
21
<p>EncryptionConfiguration stores the complete configuration for encryption providers.
22
22
It also allows the use of wildcards to specify the resources that should be encrypted.
23
-
Use <code>*.<group></code> to encrypt all resources within a group or <code>*.*</code> to encrypt all resources.
24
-
<code>*.</code> can be used to encrypt all resource in the core group. <code>*.*</code> will encrypt all
23
+
Use '<em>.<!-- raw HTML omitted -->' to encrypt all resources within a group or '</em>.<em>' to encrypt all resources.
24
+
'</em>.' can be used to encrypt all resource in the core group. '<em>.</em>' will encrypt all
25
25
resources, even custom resources that are added after API server start.
26
26
Use of wildcards that overlap within the same resource list or across multiple
27
27
entries are not allowed since part of the configuration would be ineffective.
@@ -282,10 +282,10 @@ Set to a negative value to disable caching. This field is only allowed for KMS v
282
282
</td>
283
283
<td>
284
284
<p>resources is a list of kubernetes resources which have to be encrypted. The resource names are derived from <code>resource</code> or <code>resource.group</code> of the group/version/resource.
285
-
eg: <code>pandas.awesome.bears.example</code> is a custom resource with 'group': <code>awesome.bears.example</code>, 'resource': <code>pandas</code>.
286
-
Use <code>*.*</code> to encrypt all resources and <code>*.<group></code>' to encrypt all resources in a specific group.
287
-
eg: <code>*.awesome.bears.example</code> will encrypt all resources in the group <code>awesome.bears.example</code>.
288
-
eg: <code>*.</code> will encrypt all resources in the core group (such as pods, configmaps, etc).</p>
285
+
eg: pandas.awesome.bears.example is a custom resource with 'group': awesome.bears.example, 'resource': pandas.
286
+
Use '<em>.</em>' to encrypt all resources and '<em>.<!-- raw HTML omitted -->' to encrypt all resources in a specific group.
287
+
eg: '</em>.awesome.bears.example' will encrypt all resources in the group 'awesome.bears.example'.
288
+
eg: '*.' will encrypt all resources in the core group (such as pods, configmaps, etc).</p>
0 commit comments