kubernetes-sigs/cluster-api-provider-aws
在 GitHub 查看Make optional API fields consistently pointers (or not pointers)
Open
#3,243 创建于 2022年2月22日
area/apihelp wantedkind/featureneeds-triagepriority/backlog
仓库指标
- Star
- (723 star)
- PR 合并指标
- (PR 指标待抓取)
描述
/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.