File tree Expand file tree Collapse file tree 1 file changed +34
-34
lines changed
Expand file tree Collapse file tree 1 file changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -5,64 +5,64 @@ metadata:
55spec :
66 group : acid.zalan.do
77 names :
8+ categories :
9+ - all
810 kind : PostgresTeam
911 listKind : PostgresTeamList
1012 plural : postgresteams
11- singular : postgresteam
1213 shortNames :
1314 - pgteam
14- categories :
15- - all
15+ singular : postgresteam
1616 scope : Namespaced
1717 versions :
1818 - name : v1
19- served : true
20- storage : true
21- subresources :
22- status : {}
2319 schema :
2420 openAPIV3Schema :
25- type : object
26- required :
27- - kind
28- - apiVersion
29- - spec
3021 properties :
31- kind :
32- type : string
33- enum :
34- - PostgresTeam
3522 apiVersion :
23+ enum :
24+ - acid.zalan.do/v1
3625 type : string
26+ kind :
3727 enum :
38- - acid.zalan.do/v1
28+ - PostgresTeam
29+ type : string
3930 spec :
40- type : object
4131 properties :
42- additionalSuperuserTeams :
43- type : object
44- description : " Map for teamId and associated additional superuser teams"
32+ additionalMembers :
4533 additionalProperties :
46- type : array
47- nullable : true
48- description : " List of teams to become Postgres superusers"
34+ description : " List of users who will also be added to the Postgres cluster"
4935 items :
5036 type : string
51- additionalTeams :
37+ nullable : true
38+ type : array
39+ description : " Map for teamId and associated additional users"
5240 type : object
53- description : " Map for teamId and associated additional teams "
41+ additionalSuperuserTeams :
5442 additionalProperties :
55- type : array
56- nullable : true
57- description : " List of teams whose members will also be added to the Postgres cluster"
43+ description : " List of teams to become Postgres superusers"
5844 items :
5945 type : string
60- additionalMembers :
46+ nullable : true
47+ type : array
48+ description : " Map for teamId and associated additional superuser teams"
6149 type : object
62- description : " Map for teamId and associated additional users "
50+ additionalTeams :
6351 additionalProperties :
64- type : array
65- nullable : true
66- description : " List of users who will also be added to the Postgres cluster"
52+ description : " List of teams whose members will also be added to the Postgres cluster"
6753 items :
6854 type : string
55+ nullable : true
56+ type : array
57+ description : " Map for teamId and associated additional teams"
58+ type : object
59+ type : object
60+ required :
61+ - kind
62+ - apiVersion
63+ - spec
64+ type : object
65+ served : true
66+ storage : true
67+ subresources :
68+ status : {}
You can’t perform that action at this time.
0 commit comments