neon-operator/crd.yaml

73 lines
2.0 KiB
YAML

apiVersion: v1
items:
- apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2024-05-26T16:36:02Z"
generation: 1
name: neondatabases.melenion.com
resourceVersion: "1639"
uid: 67a48c88-e122-4e7a-a2d2-92ed68ef989e
spec:
conversion:
strategy: None
group: melenion.com
names:
kind: NeonDatabase
listKind: NeonDatabaseList
plural: neondatabases
shortNames:
- nd
singular: neondatabase
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: Auto-generated derived type for NeondatabaseSpec via `CustomResource`
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
required:
- spec
title: NeonDatabase
type: object
served: true
storage: true
subresources: {}
status:
acceptedNames:
kind: NeonDatabase
listKind: NeonDatabaseList
plural: neondatabases
shortNames:
- nd
singular: neondatabase
conditions:
- lastTransitionTime: "2024-05-26T16:36:02Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2024-05-26T16:36:02Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
kind: List
metadata:
resourceVersion: ""