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 4841bc9 + f844abf commit 25edc42Copy full SHA for 25edc42
staging/src/k8s.io/apiserver/pkg/server/storage/resource_encoding_config.go
@@ -27,7 +27,7 @@ import (
27
)
28
29
type ResourceEncodingConfig interface {
30
- // StorageEncoding returns the serialization format for the resource.
+ // StorageEncodingFor returns the serialization format for the resource.
31
// TODO this should actually return a GroupVersionKind since you can logically have multiple "matching" Kinds
32
// For now, it returns just the GroupVersion for consistency with old behavior
33
StorageEncodingFor(schema.GroupResource) (schema.GroupVersion, error)
0 commit comments