operator/docs/operator/feature-gates.md
This Document contains the types introduced by the Loki Operator to be consumed by users.
This page is automatically generated with
gen-crd-api-reference-docs.
(<code>string</code> alias)
<div> <p>TLSProfileType is a TLS security profile based on the Mozilla definitions: <a href="https://wiki.mozilla.org/Security/Server_Side_TLS">https://wiki.mozilla.org/Security/Server_Side_TLS</a></p> </div> <table> <thead> <tr> <th>Value</th> <th>Description</th> </tr> </thead> <tbody><tr><td><p>"Intermediate"</p></td> <td><p>TLSProfileIntermediateType is a TLS security profile based on: <a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29">https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29</a></p> </td> </tr><tr><td><p>"Modern"</p></td> <td><p>TLSProfileModernType is a TLS security profile based on: <a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility">https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility</a></p> </td> </tr><tr><td><p>"Old"</p></td> <td><p>TLSProfileOldType is a TLS security profile based on: <a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Old_backward_compatibility">https://wiki.mozilla.org/Security/Server_Side_TLS#Old_backward_compatibility</a></p> </td> </tr></tbody> </table> <hr/>