neon-operator/crd.yaml

70 lines
1.7 KiB
YAML
Raw Normal View History

2024-05-25 10:51:02 -04:00
apiVersion: v1
items:
- apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2024-05-24T17:05:01Z"
generation: 1
name: neondatabases.melenion.com
resourceVersion: "32345"
uid: c72c3bea-c002-4a74-a91a-f6d1a36f683d
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:
neon_image_ref:
type: string
postgres_version:
type: string
required:
- 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-24T17:05:01Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2024-05-24T17:05:01Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
kind: List
metadata:
resourceVersion: ""