Skip to content

Commit

Permalink
rediscluster-crd: field for status
Browse files Browse the repository at this point in the history
  • Loading branch information
djangoyi-yunify committed Oct 29, 2024
1 parent 25e5933 commit ffd18f2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions charts/redis-operator/crds/redis.radondb.com_redisclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ spec:
type: string
type: object
type: array
logOutput:
enum:
- stdout
- logfile
type: string
redisSecret:
description: ExistingPasswordSecret is the struct to access the
existing secret
Expand Down Expand Up @@ -4838,6 +4833,17 @@ spec:
type: string
state:
type: string
tasks:
items:
properties:
extra:
type: string
status:
type: string
type:
type: string
type: object
type: array
type: object
required:
- spec
Expand Down

0 comments on commit ffd18f2

Please sign in to comment.