Update crd

This commit is contained in:
Michael Francis 2024-05-26 13:00:19 -04:00
parent 90c9e15841
commit 0db4679a29
1 changed files with 64 additions and 61 deletions

View File

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