Update crd
This commit is contained in:
parent
90c9e15841
commit
0db4679a29
13
crd.yaml
13
crd.yaml
|
@ -3,11 +3,11 @@ items:
|
|||
- apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
creationTimestamp: "2024-05-24T17:05:01Z"
|
||||
creationTimestamp: "2024-05-26T16:36:02Z"
|
||||
generation: 1
|
||||
name: neondatabases.melenion.com
|
||||
resourceVersion: "32345"
|
||||
uid: c72c3bea-c002-4a74-a91a-f6d1a36f683d
|
||||
resourceVersion: "1639"
|
||||
uid: 67a48c88-e122-4e7a-a2d2-92ed68ef989e
|
||||
spec:
|
||||
conversion:
|
||||
strategy: None
|
||||
|
@ -28,11 +28,14 @@ items:
|
|||
properties:
|
||||
spec:
|
||||
properties:
|
||||
compute_image_ref:
|
||||
type: string
|
||||
neon_image_ref:
|
||||
type: string
|
||||
postgres_version:
|
||||
type: string
|
||||
required:
|
||||
- compute_image_ref
|
||||
- neon_image_ref
|
||||
- postgres_version
|
||||
type: object
|
||||
|
@ -52,12 +55,12 @@ items:
|
|||
- nd
|
||||
singular: neondatabase
|
||||
conditions:
|
||||
- lastTransitionTime: "2024-05-24T17:05:01Z"
|
||||
- lastTransitionTime: "2024-05-26T16:36:02Z"
|
||||
message: no conflicts found
|
||||
reason: NoConflicts
|
||||
status: "True"
|
||||
type: NamesAccepted
|
||||
- lastTransitionTime: "2024-05-24T17:05:01Z"
|
||||
- lastTransitionTime: "2024-05-26T16:36:02Z"
|
||||
message: the initial names have been accepted
|
||||
reason: InitialNamesAccepted
|
||||
status: "True"
|
||||
|
|
Loading…
Reference in New Issue