mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
apiserver: cleanup unused StrategyExceptions
This commit is contained in:
parent
0e19bbb916
commit
090c36027f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user