mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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
|
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