Skip to content

Commit aca2282

Browse files
committed
chore: updated yaml crd
1 parent 1ebb70b commit aca2282

File tree

1 file changed

+45
-36
lines changed

1 file changed

+45
-36
lines changed

operator/yaml/dbsyncport.yaml

Lines changed: 45 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,48 @@ spec:
1212
singular: dbsyncport
1313
scope: Namespaced
1414
versions:
15-
- additionalPrinterColumns: []
16-
name: v1
17-
schema:
18-
openAPIV3Schema:
19-
description: Auto-generated derived type for DbSyncPortSpec via `CustomResource`
20-
properties:
21-
spec:
22-
properties:
23-
network:
24-
enum:
25-
- mainnet
26-
- preprod
27-
- preview
28-
type: string
29-
required:
30-
- network
31-
type: object
32-
status:
33-
nullable: true
34-
properties:
35-
password:
36-
type: string
37-
username:
38-
type: string
39-
required:
40-
- password
41-
- username
42-
type: object
43-
required:
44-
- spec
45-
title: DbSyncPort
46-
type: object
47-
served: true
48-
storage: true
49-
subresources:
50-
status: {}
15+
- additionalPrinterColumns:
16+
- jsonPath: .spec.network
17+
name: Network
18+
type: string
19+
- jsonPath: .status.username
20+
name: Username
21+
type: string
22+
- jsonPath: .status.password
23+
name: Password
24+
type: string
25+
name: v1alpha1
26+
schema:
27+
openAPIV3Schema:
28+
description: Auto-generated derived type for DbSyncPortSpec via `CustomResource`
29+
properties:
30+
spec:
31+
properties:
32+
network:
33+
enum:
34+
- mainnet
35+
- preprod
36+
- preview
37+
type: string
38+
required:
39+
- network
40+
type: object
41+
status:
42+
nullable: true
43+
properties:
44+
password:
45+
type: string
46+
username:
47+
type: string
48+
required:
49+
- password
50+
- username
51+
type: object
52+
required:
53+
- spec
54+
title: DbSyncPort
55+
type: object
56+
served: true
57+
storage: true
58+
subresources:
59+
status: {}

0 commit comments

Comments
 (0)