Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/shared/crds/middleware.alauda.io_mysqlrestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4286,7 +4286,7 @@ spec:
enableServiceLinks:
description: |-
EnableServiceLinks indicates whether information about services should be injected into pod's
environment variables, matching the syntax of Docker links.
environment variables, matching the environment variable syntax of legacy container links.
Optional: Defaults to true.
type: boolean
ephemeralContainers:
Expand Down Expand Up @@ -12287,7 +12287,7 @@ spec:
description: UseJemalloc means use jemalloc for MySQL
type: boolean
version:
description: Version defines the MySQL Docker image version.
description: Version defines the MySQL container image version.
type: string
volumeClaimTemplate:
description: VolumeClaimTemplate allows a user to specify
Expand Down
4 changes: 2 additions & 2 deletions docs/shared/crds/middleware.alauda.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4154,7 +4154,7 @@ spec:
enableServiceLinks:
description: |-
EnableServiceLinks indicates whether information about services should be injected into pod's
environment variables, matching the syntax of Docker links.
environment variables, matching the environment variable syntax of legacy container links.
Optional: Defaults to true.
type: boolean
ephemeralContainers:
Expand Down Expand Up @@ -12076,7 +12076,7 @@ spec:
description: UseJemalloc means use jemalloc for MySQL
type: boolean
version:
description: Version defines the MySQL Docker image version.
description: Version defines the MySQL container image version.
type: string
volumeClaimTemplate:
description: VolumeClaimTemplate allows a user to specify how
Expand Down
Loading