requiresRepublish property
requiresRepublish indicates the CSI driver wants NodePublishVolume
being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.
Implementation
final bool? requiresRepublish;