Update crd
This commit is contained in:
parent
90c9e15841
commit
0db4679a29
125
crd.yaml
125
crd.yaml
|
@ -1,69 +1,72 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
items:
|
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
|
||||||
group: melenion.com
|
group: melenion.com
|
||||||
names:
|
names:
|
||||||
kind: NeonDatabase
|
kind: NeonDatabase
|
||||||
listKind: NeonDatabaseList
|
listKind: NeonDatabaseList
|
||||||
plural: neondatabases
|
plural: neondatabases
|
||||||
shortNames:
|
shortNames:
|
||||||
- nd
|
- nd
|
||||||
singular: neondatabase
|
singular: neondatabase
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
versions:
|
versions:
|
||||||
- name: v1
|
- name: v1
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: Auto-generated derived type for NeondatabaseSpec via `CustomResource`
|
description: Auto-generated derived type for NeondatabaseSpec via `CustomResource`
|
||||||
properties:
|
|
||||||
spec:
|
|
||||||
properties:
|
properties:
|
||||||
neon_image_ref:
|
spec:
|
||||||
type: string
|
properties:
|
||||||
postgres_version:
|
compute_image_ref:
|
||||||
type: string
|
type: string
|
||||||
|
neon_image_ref:
|
||||||
|
type: string
|
||||||
|
postgres_version:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- compute_image_ref
|
||||||
|
- neon_image_ref
|
||||||
|
- postgres_version
|
||||||
|
type: object
|
||||||
required:
|
required:
|
||||||
- neon_image_ref
|
- spec
|
||||||
- postgres_version
|
title: NeonDatabase
|
||||||
type: object
|
type: object
|
||||||
required:
|
served: true
|
||||||
- spec
|
storage: true
|
||||||
title: NeonDatabase
|
subresources: {}
|
||||||
type: object
|
status:
|
||||||
served: true
|
acceptedNames:
|
||||||
storage: true
|
kind: NeonDatabase
|
||||||
subresources: {}
|
listKind: NeonDatabaseList
|
||||||
status:
|
plural: neondatabases
|
||||||
acceptedNames:
|
shortNames:
|
||||||
kind: NeonDatabase
|
- nd
|
||||||
listKind: NeonDatabaseList
|
singular: neondatabase
|
||||||
plural: neondatabases
|
conditions:
|
||||||
shortNames:
|
- lastTransitionTime: "2024-05-26T16:36:02Z"
|
||||||
- nd
|
message: no conflicts found
|
||||||
singular: neondatabase
|
reason: NoConflicts
|
||||||
conditions:
|
status: "True"
|
||||||
- lastTransitionTime: "2024-05-24T17:05:01Z"
|
type: NamesAccepted
|
||||||
message: no conflicts found
|
- lastTransitionTime: "2024-05-26T16:36:02Z"
|
||||||
reason: NoConflicts
|
message: the initial names have been accepted
|
||||||
status: "True"
|
reason: InitialNamesAccepted
|
||||||
type: NamesAccepted
|
status: "True"
|
||||||
- lastTransitionTime: "2024-05-24T17:05:01Z"
|
type: Established
|
||||||
message: the initial names have been accepted
|
storedVersions:
|
||||||
reason: InitialNamesAccepted
|
- v1
|
||||||
status: "True"
|
|
||||||
type: Established
|
|
||||||
storedVersions:
|
|
||||||
- v1
|
|
||||||
kind: List
|
kind: List
|
||||||
metadata:
|
metadata:
|
||||||
resourceVersion: ""
|
resourceVersion: ""
|
||||||
|
|
Loading…
Reference in New Issue