From 090c36027f5284f86d9fd507298183fa0838129e Mon Sep 17 00:00:00 2001 From: SataQiu Date: Mon, 12 Dec 2022 23:56:24 +0800 Subject: [PATCH] apiserver: cleanup unused StrategyExceptions --- pkg/registry/registrytest/validate.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/registry/registrytest/validate.go b/pkg/registry/registrytest/validate.go index 63612d0c546..b6b8fef09f4 100644 --- a/pkg/registry/registrytest/validate.go +++ b/pkg/registry/registrytest/validate.go @@ -47,9 +47,3 @@ func ValidateStorageStrategies(storageMap map[string]rest.Storage) []error { return errs } - -// StrategyExceptions carries information on what exceptions to default strategy expectations are expected. -type StrategyExceptions struct { - // HasExportStrategy is a list of the resource keys whose store should have a custom export strategy. - HasExportStrategy []string -}