Skip to content

Commit

Permalink
Reapply "Remove phase from database v1beta1 CRD (db-operator#30)"
Browse files Browse the repository at this point in the history
This reverts commit ab2f63b.
  • Loading branch information
allanger committed Feb 10, 2024
1 parent 0c0a15b commit 9c2c37d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/db-operator/templates/crds/kinda.rocks_databases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,6 @@ spec:
subresources:
status: {}
- additionalPrinterColumns:
- description: current db phase
jsonPath: .status.phase
name: Phase
type: string
- description: current db status
jsonPath: .status.status
name: Status
Expand Down Expand Up @@ -500,12 +496,6 @@ spec:
type: string
monitorUserSecret:
type: string
phase:
description:
'Important: Run "make generate" to regenerate code after
modifying this file Add custom validation using kubebuilder tags:
https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html'
type: string
proxyStatus:
description:
DatabaseProxyStatus defines whether proxy for database
Expand All @@ -530,7 +520,6 @@ spec:
required:
- database
- engine
- phase
- status
- user
type: object
Expand Down

0 comments on commit 9c2c37d

Please sign in to comment.