mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Do not update PVC if it already has updated size
This commit is contained in:
@@ -582,8 +582,9 @@ func (asw *actualStateOfWorld) GetAttachState(
|
||||
return AttachStateDetached
|
||||
}
|
||||
|
||||
// SetVolumeClaimSize sets size of the volume. But this function should not be used from attach_detach controller.
|
||||
func (asw *actualStateOfWorld) SetVolumeClaimSize(volumeName v1.UniqueVolumeName, claimSize *resource.Quantity) {
|
||||
klog.V(5).Infof("doing nothing")
|
||||
klog.V(5).Infof("NO-OP")
|
||||
}
|
||||
|
||||
func (asw *actualStateOfWorld) GetAttachedVolumes() []AttachedVolume {
|
||||
|
Reference in New Issue
Block a user