kubernetes-sigs/cluster-api-provider-aws

Make optional API fields consistently pointers (or not pointers)

Open

#3,243 opened on Feb 22, 2022

View on GitHub
 (20 comments) (1 reaction) (0 assignees)Go (689 forks)auto 404
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.

Contributor guide