diff --git a/crd.yaml b/crd.yaml index 7760e23..9710ae3 100644 --- a/crd.yaml +++ b/crd.yaml @@ -1,69 +1,72 @@ 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: + - 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: - neon_image_ref: - type: string - postgres_version: - type: string + 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: - - neon_image_ref - - postgres_version + - spec + title: NeonDatabase 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 + 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: ""