We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31191f6 + 0b3b681 commit 5d2907aCopy full SHA for 5d2907a
staging/src/k8s.io/apimachinery/pkg/runtime/interfaces.go
@@ -57,7 +57,7 @@ type Encoder interface {
57
// Identifiers of two different encoders should be equal if and only if for every input
58
// object it will be encoded to the same representation by both of them.
59
//
60
- // Identifier is inteted for use with CacheableObject#CacheEncode method. In order to
+ // Identifier is intended for use with CacheableObject#CacheEncode method. In order to
61
// correctly handle CacheableObject, Encode() method should look similar to below, where
62
// doEncode() is the encoding logic of implemented encoder:
63
// func (e *MyEncoder) Encode(obj Object, w io.Writer) error {
0 commit comments