Skip to content

Commit

Permalink
[docs] add editions
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpov <[email protected]>
  • Loading branch information
krpsh123 committed Jan 29, 2025
1 parent 02c7a53 commit 3843f86
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions crds/doc-ru-nfsstorageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ spec:
Версия NFS.
tls:
description: |
**Доступно только в enterprise edition.**
**Доступно в SE, SE+, EE, FE.**
Использовать ли TLS для подключения.
mtls:
description: |
**Доступно только в enterprise edition.**
**Доступно в SE, SE+, EE, FE.**
Использовать ли mTLS — требует, чтобы TLS был включён.
mountOptions:
Expand Down
8 changes: 4 additions & 4 deletions crds/nfsstorageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,23 @@ spec:
- "4.2"
tls:
type: boolean
x-doc-d8editions: [ee]
x-doc-d8editions: [se,se-plus,ee,fe]
x-kubernetes-validations:
- rule: self == oldSelf
message: Value is immutable.
description: |
**This feature is available in enterprise edition only.**
**This feature is available in SE, SE+, EE, and FE.**
Whether to use TLS for connection.
default: false
mtls:
type: boolean
x-doc-d8editions: [ee]
x-doc-d8editions: [se,se-plus,ee,fe]
x-kubernetes-validations:
- rule: self == oldSelf
message: Value is immutable.
description: |
**This feature is available in enterprise edition only.**
**This feature is available in SE, SE+, EE, and FE.**
Whether to use mTLS — requires TLS to be enabled.
default: false
Expand Down
4 changes: 2 additions & 2 deletions openapi/config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ properties:
tlsParameters:
type: object
default: {}
x-doc-d8editions: [ee]
x-doc-d8editions: [se,se-plus,ee,fe]
description: |
**This feature is available in enterprise edition only.**
**This feature is available in SE, SE+, EE, and FE.**
RPC-with-TLS (RFC 9289) configuration.
properties:
Expand Down
2 changes: 1 addition & 1 deletion openapi/doc-ru-config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ properties:
description: Поддержка NFS версии v3.
tlsParameters:
description: |
**Доступно только в enterprise edition.**
**Доступно в SE, SE+, EE, FE.**
Настройка RPC-with-TLS (RFC 9289).
properties:
Expand Down

0 comments on commit 3843f86

Please sign in to comment.