Przeglądaj źródła

Deployed 9b5e4f75 to main with MkDocs 1.2.3 and mike 1.1.2

Docs 4 lat temu
rodzic
commit
7d5dc4aaa6

+ 16 - 4
main/guides-templating/index.html

@@ -1898,12 +1898,24 @@ NtFUGA95RGN9s+pl6XY0YARPHf5O76ErC1OZtDTR5RdyQfcM+94gYZsexsXl0aQO
 <td>filterPEM</td>
 <td>Filters PEM blocks with a specific type from a list of PEM blocks.</td>
 </tr>
+<tr>
+<td>jwkPublicKeyPem</td>
+<td>Takes an json-serialized JWK and returns an PEM block of type <code>PUBLIC KEY</code> that contains the public key. <a href="https://golang.org/pkg/crypto/x509/#MarshalPKIXPublicKey">See here</a> for details.</td>
+</tr>
+<tr>
+<td>jwkPrivateKeyPem</td>
+<td>Takes an json-serialized JWK as <code>string</code> and returns an PEM block of type <code>PRIVATE KEY</code> that contains the private key in PKCS #8 format. <a href="https://golang.org/pkg/crypto/x509/#MarshalPKCS8PrivateKey">See here</a> for details.</td>
+</tr>
+<tr>
+<td>toYaml</td>
+<td>Takes an interface, marshals it to yaml. It returns a string, even on marshal error (empty string).</td>
+</tr>
+<tr>
+<td>fromYaml</td>
+<td>Function converts a YAML document into a map[string]interface{}.</td>
+</tr>
 </tbody>
 </table>
-<p>| jwkPublicKeyPem | Takes an json-serialized JWK and returns an PEM block of type <code>PUBLIC KEY</code> that contains the public key. <a href="https://golang.org/pkg/crypto/x509/#MarshalPKIXPublicKey">See here</a> for details. |
-| jwkPrivateKeyPem | Takes an json-serialized JWK as <code>string</code> and returns an PEM block of type <code>PRIVATE KEY</code> that contains the private key in PKCS #8 format. <a href="https://golang.org/pkg/crypto/x509/#MarshalPKCS8PrivateKey">See here</a> for details. |
-| toYaml | Takes an interface, marshals it to yaml. It returns a string, even on marshal error (empty string). |
-| fromYaml | Function converts a YAML document into a map[string]interface{}. |</p>
 <h2 id="migrating-from-v1">Migrating from v1</h2>
 <p>If you are still using <code>v1alpha1</code>, You have to opt-in to use the new engine version by specifying <code>template.engineVersion=v2</code>:</p>
 <div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1alpha1</span><span class="w"></span>

Plik diff jest za duży
+ 0 - 0
main/search/search_index.json


BIN
main/sitemap.xml.gz


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików