kubernetes-sigs/cluster-api-provider-aws

Make optional API fields consistently pointers (or not pointers)

Open

#3,243 创建于 2022年2月22日

在 GitHub 查看
 (20 评论) (1 反应) (0 负责人)Go (689 fork)auto 404
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.

贡献者指南