Skip to content

Commit b4024ae

Browse files
jpbetzlavalamp
andauthored
Update keps/sig-api-machinery/2144-clientgo-apply/README.md
Co-authored-by: Daniel Smith <[email protected]>
1 parent c08afd7 commit b4024ae

File tree

1 file changed

+1
-2
lines changed
  • keps/sig-api-machinery/2144-clientgo-apply

1 file changed

+1
-2
lines changed

keps/sig-api-machinery/2144-clientgo-apply/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ applier and exclude those not set by applier.
116116
Validate this enhancement meets the needs of developers:
117117

118118
- An developer not directly involved in this enhancement successfully converts
119-
a 1st party controller (one in github.com/kubernetes/kubernetes) to us this
119+
a 1st party controller (one in github.com/kubernetes/kubernetes) to use this
120120
enhancement.
121121
- A representative group of the developer community is made aware of this
122122
proposed enhancement, is given early access to it via a fork of
@@ -541,4 +541,3 @@ func Name(value string) DeploymentField { … }
541541
Limitations:
542542

543543
- Lots of identifier collision issues to deal with. For example, we can't have multiple "Name" functions in the same package. This can probably be mitigated by either generating more unique names or by allowing a common field like Name, which is typically a string, to be shared across multiple structs that have name fields.
544-

0 commit comments

Comments
 (0)