neon-operator/crd.yaml

73 lines
2.0 KiB
YAML
Raw Normal View History

2024-05-25 10:51:02 -04:00
apiVersion: v1
items:
2024-05-26 13:00:19 -04:00
- 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`
2024-05-25 10:51:02 -04:00
properties:
2024-05-26 13:00:19 -04:00
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
2024-05-25 10:51:02 -04:00
required:
2024-05-26 13:00:19 -04:00
- spec
title: NeonDatabase
2024-05-25 10:51:02 -04:00
type: object
2024-05-26 13:00:19 -04:00
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
2024-05-25 10:51:02 -04:00
kind: List
metadata:
resourceVersion: ""