Skip to content

Commit

Permalink
Update CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Jul 28, 2023
1 parent e40106f commit baa3c49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: postgres.db.movetokube.com
spec:
group: db.movetokube.com
Expand Down Expand Up @@ -53,6 +56,9 @@ spec:
status:
description: PostgresStatus defines the observed state of Postgres
properties:
dbname:
description: name of the created db, including a prefix if configured
type: string
extensions:
items:
type: string
Expand Down Expand Up @@ -80,9 +86,11 @@ spec:
succeeded:
type: boolean
required:
- dbname
- roles
- succeeded
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: postgresusers.db.movetokube.com
spec:
group: db.movetokube.com
Expand Down Expand Up @@ -31,6 +34,10 @@ spec:
spec:
description: PostgresUserSpec defines the desired state of PostgresUser
properties:
annotations:
additionalProperties:
type: string
type: object
database:
type: string
privileges:
Expand Down

0 comments on commit baa3c49

Please sign in to comment.