kubernetes-sigs/cluster-api-provider-aws
View on GitHubMake optional API fields consistently pointers (or not pointers)
Open
#3,243 opened on Feb 22, 2022
area/apihelp wantedkind/featureneeds-triagepriority/backlog
Repository metrics
- Stars
- (723 stars)
- PR merge metrics
- (PR metrics pending)
Description
/kind feature
Describe the solution you'd like As discussed in https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/2271#discussion_r811789340, some API fields marked as optional are value fields, not pointers, others are pointers. Perhaps this should be unified at some point.