diff options
| -rw-r--r-- | contributors/devel/sig-architecture/api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/api-conventions.md b/contributors/devel/sig-architecture/api-conventions.md index 39df0c76..3784f78e 100644 --- a/contributors/devel/sig-architecture/api-conventions.md +++ b/contributors/devel/sig-architecture/api-conventions.md @@ -549,7 +549,7 @@ each letter in the acronym should be uppercase, such as with `ClientIP` or as a constant the proper name should be represented in consistent casing - examples: `systemd`, `iptables`, `IPVS`, `cgroupfs`, `Docker` (as a generic concept), `docker` (as the command-line executable). If a proper name is used -which has mixed capitalization like `eBFP` that should be preserved in a longer +which has mixed capitalization like `eBPF` that should be preserved in a longer constant such as `eBPFDelegation`. All API within Kubernetes must leverage constants in this style, including |
