Bump dependencies to Kubernetes 1.20
This commit is contained in:
2
vendor/k8s.io/apimachinery/pkg/runtime/interfaces.go
generated
vendored
2
vendor/k8s.io/apimachinery/pkg/runtime/interfaces.go
generated
vendored
@@ -57,7 +57,7 @@ type Encoder interface {
|
||||
// Identifiers of two different encoders should be equal if and only if for every input
|
||||
// object it will be encoded to the same representation by both of them.
|
||||
//
|
||||
// Identifier is inteted for use with CacheableObject#CacheEncode method. In order to
|
||||
// Identifier is intended for use with CacheableObject#CacheEncode method. In order to
|
||||
// correctly handle CacheableObject, Encode() method should look similar to below, where
|
||||
// doEncode() is the encoding logic of implemented encoder:
|
||||
// func (e *MyEncoder) Encode(obj Object, w io.Writer) error {
|
||||
|
Reference in New Issue
Block a user