How do I know which feature-gates a specific k8s component supports?

How do I know which feature-gates a specific k8s component supports? In doc Feature Gates | Kubernetes, each component when I use -h The content displayed by --feature-gates is consistent

Check what’s available from kubectl api-resources. If there’s a feature gate for it and it’s listed there, that means it’s enabled. Otherwise it’s disabled.