mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Deprecate intree Volume Expansion controller
This commit is contained in:
@@ -1679,6 +1679,8 @@ func (og *operationGenerator) GenerateExpandAndRecoverVolumeFunc(
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Deprecated: This function should not called by any controller code in future and should be removed
|
||||
// from kubernetes code
|
||||
func (og *operationGenerator) expandAndRecoverFunction(resizeOpts inTreeResizeOpts) inTreeResizeResponse {
|
||||
pvc := resizeOpts.pvc
|
||||
pv := resizeOpts.pv
|
||||
|
||||
Reference in New Issue
Block a user