apiserver: cleanup unused StrategyExceptions

This commit is contained in:
SataQiu 2022-12-12 23:56:24 +08:00
parent 0e19bbb916
commit 090c36027f

View File

@ -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
}