File tree Expand file tree Collapse file tree 1 file changed +45
-36
lines changed Expand file tree Collapse file tree 1 file changed +45
-36
lines changed Original file line number Diff line number Diff line change @@ -12,39 +12,48 @@ spec:
12
12
singular : dbsyncport
13
13
scope : Namespaced
14
14
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 : {}
You can’t perform that action at this time.
0 commit comments