فهرست منبع

Deployed 50af88eab to main with MkDocs 1.6.1 and mike 1.2.0.dev0

Skarlso 9 ماه پیش
والد
کامیت
7a27546529
3فایلهای تغییر یافته به همراه37 افزوده شده و 1 حذف شده
  1. 35 0
      main/api/spec/index.html
  2. 2 1
      main/guides/datafrom-rewrite/index.html
  3. 0 0
      main/search/search_index.json

+ 35 - 0
main/api/spec/index.html

@@ -8192,6 +8192,20 @@ Required if strategy is JSON. Ignored otherwise.</p>
 </tr>
 <tr>
 <td>
+<code>priorityPolicy</code></br>
+<em>
+<a href="#external-secrets.io/v1.ExternalSecretRewriteMergePriorityPolicy">
+ExternalSecretRewriteMergePriorityPolicy
+</a>
+</em>
+</td>
+<td>
+<em>(Optional)</em>
+<p>Used to define the policy when a key in the priority list does not exist in the input.</p>
+</td>
+</tr>
+<tr>
+<td>
 <code>conflictPolicy</code></br>
 <em>
 <a href="#external-secrets.io/v1.ExternalSecretRewriteMergeConflictPolicy">
@@ -8241,6 +8255,27 @@ ExternalSecretRewriteMergeStrategy
 <td></td>
 </tr></tbody>
 </table>
+<h3 id="external-secrets.io/v1.ExternalSecretRewriteMergePriorityPolicy">ExternalSecretRewriteMergePriorityPolicy
+(<code>string</code> alias)</p></h3>
+<p>
+(<em>Appears on:</em>
+<a href="#external-secrets.io/v1.ExternalSecretRewriteMerge">ExternalSecretRewriteMerge</a>)
+</p>
+<p>
+</p>
+<table>
+<thead>
+<tr>
+<th>Value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody><tr><td><p>&#34;IgnoreNotFound&#34;</p></td>
+<td></td>
+</tr><tr><td><p>&#34;Strict&#34;</p></td>
+<td></td>
+</tr></tbody>
+</table>
 <h3 id="external-secrets.io/v1.ExternalSecretRewriteMergeStrategy">ExternalSecretRewriteMergeStrategy
 (<code>string</code> alias)</p></h3>
 <p>

+ 2 - 1
main/guides/datafrom-rewrite/index.html

@@ -4237,8 +4237,9 @@
 <p>This method implements rewriting keys by merging operation and solving key collisions. It supports two merging strategies: <code>Extract</code> and <code>JSON</code>.</p>
 <p>The <code>Extract</code> strategy interprets all secret values in the secret map as JSON and merges all contained key/value pairs hoisting them to the top level, substituting the original secret map.</p>
 <p>The <code>JSON</code> strategy interprets all secret values in the secret map as JSON and merges all contained key/value pairs in the key specified by the <em>required</em> parameter <code>into</code>. If the key specified by <code>into</code> already exists in the original secrets map it will be overwritten.</p>
-<p>Key collisions can be ignored or cause an error according to <code>conflictPolicy</code> which can be either <code>Ignore</code> or <code>Error</code>.  </p>
+<p>Key collisions can be ignored or cause an error according to <code>conflictPolicy</code> which can be either <code>Ignore</code> or <code>Error</code>.</p>
 <p>To guarantee deterministic results of the merge operation, secret keys are processed in alphabetical order. Key priority can also be made explicit by providing a list of secret keys in the <code>priority</code> parameter. These keys will be processed last in the order they appear while all other keys will still be processed in alphabetical order.</p>
+<p>Specifying a key in the <code>priority</code> list which is not found in the source secret will cause an error. You can override this behavior setting <code>priorityPolicy</code> to <code>IgnoreNotFound</code> instead of the default <code>Strict</code>.</p>
 <h2 id="considerations-about-rewrite-implementation">Considerations about Rewrite implementation</h2>
 <ol>
 <li>The input of a subsequent rewrite operation are the outputs of the previous rewrite.</li>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
main/search/search_index.json


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است