Merge pull request #114428 from SataQiu/clean-rest-20221212

apiserver: cleanup unused StrategyExceptions
This commit is contained in:
Kubernetes Prow Robot 2022-12-14 06:47:34 -08:00 committed by GitHub
commit 4b27077eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}