mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
Merge pull request #114428 from SataQiu/clean-rest-20221212
apiserver: cleanup unused StrategyExceptions
This commit is contained in:
commit
4b27077eb2
@ -47,9 +47,3 @@ func ValidateStorageStrategies(storageMap map[string]rest.Storage) []error {
|
|||||||
|
|
||||||
return errs
|
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
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user