Closed
Description
Generated files such as zz_generated.kubebuilder.go
do not handle plural form kind name consistently. For instance, some informers call to AppReplicas
kind via .AppReplicases()
, but others via .AppReplicass()
.
Furthermore, k get redisreplicases
failed to list the objects.
Perhaps we can conform all kind names to singular form.
Metadata
Metadata
Assignees
Labels
No labels