Skip to content

Commit df5e43a

Browse files
committed
Remove TODOs From CRDs
Removes any TODOs from the PostgresCluster CRD that is located in both the Kustomize installer and the Helm installer. Issue: [sc-13302]
1 parent 3d98d5d commit df5e43a

File tree

2 files changed

+28
-72
lines changed

2 files changed

+28
-72
lines changed

helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ spec:
100100
type: object
101101
type: array
102102
name:
103-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
104-
TODO: Add other useful fields. apiVersion, kind,
105-
uid?'
103+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
106104
type: string
107105
optional:
108106
description: Specify whether the ConfigMap or its
@@ -235,9 +233,7 @@ spec:
235233
type: object
236234
type: array
237235
name:
238-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
239-
TODO: Add other useful fields. apiVersion, kind,
240-
uid?'
236+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
241237
type: string
242238
optional:
243239
description: Specify whether the Secret or its key
@@ -1131,9 +1127,7 @@ spec:
11311127
type: object
11321128
type: array
11331129
name:
1134-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1135-
TODO: Add other useful fields. apiVersion, kind,
1136-
uid?'
1130+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
11371131
type: string
11381132
optional:
11391133
description: Specify whether the ConfigMap or its
@@ -1188,9 +1182,7 @@ spec:
11881182
type: object
11891183
type: array
11901184
name:
1191-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1192-
TODO: Add other useful fields. apiVersion, kind,
1193-
uid?'
1185+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
11941186
type: string
11951187
optional:
11961188
description: Specify whether the Secret or its key
@@ -2525,8 +2517,7 @@ spec:
25252517
type: object
25262518
type: array
25272519
name:
2528-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2529-
TODO: Add other useful fields. apiVersion, kind, uid?'
2520+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
25302521
type: string
25312522
optional:
25322523
description: Specify whether the ConfigMap or its keys
@@ -2653,8 +2644,7 @@ spec:
26532644
type: object
26542645
type: array
26552646
name:
2656-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2657-
TODO: Add other useful fields. apiVersion, kind, uid?'
2647+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
26582648
type: string
26592649
optional:
26602650
description: Specify whether the Secret or its key must
@@ -2739,8 +2729,7 @@ spec:
27392729
type: object
27402730
type: array
27412731
name:
2742-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2743-
TODO: Add other useful fields. apiVersion, kind, uid?'
2732+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
27442733
type: string
27452734
optional:
27462735
description: Specify whether the Secret or its key must be defined
@@ -2794,8 +2783,7 @@ spec:
27942783
type: object
27952784
type: array
27962785
name:
2797-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2798-
TODO: Add other useful fields. apiVersion, kind, uid?'
2786+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
27992787
type: string
28002788
optional:
28012789
description: Specify whether the Secret or its key must be defined
@@ -3649,8 +3637,7 @@ spec:
36493637
let you locate the referenced object inside the same namespace.
36503638
properties:
36513639
name:
3652-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
3653-
TODO: Add other useful fields. apiVersion, kind, uid?'
3640+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
36543641
type: string
36553642
type: object
36563643
type: array
@@ -4899,9 +4886,7 @@ spec:
48994886
type: array
49004887
name:
49014888
description: 'Name of the referent. More info:
4902-
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
4903-
TODO: Add other useful fields. apiVersion,
4904-
kind, uid?'
4889+
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
49054890
type: string
49064891
optional:
49074892
description: Specify whether the ConfigMap or
@@ -5044,9 +5029,7 @@ spec:
50445029
type: array
50455030
name:
50465031
description: 'Name of the referent. More info:
5047-
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
5048-
TODO: Add other useful fields. apiVersion,
5049-
kind, uid?'
5032+
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
50505033
type: string
50515034
optional:
50525035
description: Specify whether the Secret or its
@@ -5939,9 +5922,7 @@ spec:
59395922
type: array
59405923
name:
59415924
description: 'Name of the referent. More info:
5942-
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
5943-
TODO: Add other useful fields. apiVersion,
5944-
kind, uid?'
5925+
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
59455926
type: string
59465927
optional:
59475928
description: Specify whether the ConfigMap or
@@ -6084,9 +6065,7 @@ spec:
60846065
type: array
60856066
name:
60866067
description: 'Name of the referent. More info:
6087-
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
6088-
TODO: Add other useful fields. apiVersion,
6089-
kind, uid?'
6068+
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
60906069
type: string
60916070
optional:
60926071
description: Specify whether the Secret or its
@@ -6187,8 +6166,7 @@ spec:
61876166
type: object
61886167
type: array
61896168
name:
6190-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
6191-
TODO: Add other useful fields. apiVersion, kind, uid?'
6169+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
61926170
type: string
61936171
optional:
61946172
description: Specify whether the Secret or its key must

0 commit comments

Comments
 (0)