Skip to content

Commit 329c354

Browse files
Jefftreek8s-publishing-bot
authored andcommitted
Fix revert conflict
Kubernetes-commit: 3be9af427fafe7913dbd2cec87a37f3cf22b8c03
1 parent 413985d commit 329c354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/storage/resource_encoding_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ type introducedInterface interface {
122122
APILifecycleIntroduced() (major, minor int)
123123
}
124124

125-
func emulatedStorageVersion(binaryVersionOfResource schema.GroupVersion, example runtime.Object, effectiveVersion version.EffectiveVersion, scheme *runtime.Scheme) (schema.GroupVersion, error) {
125+
func emulatedStorageVersion(binaryVersionOfResource schema.GroupVersion, example runtime.Object, effectiveVersion basecompatibility.EffectiveVersion, scheme *runtime.Scheme) (schema.GroupVersion, error) {
126126
if example == nil || effectiveVersion == nil {
127127
return binaryVersionOfResource, nil
128128
}

0 commit comments

Comments
 (0)