Remove all references to types.UnixUserID and types.UnixGroupID
This commit is contained in:
@@ -18,8 +18,6 @@ limitations under the License.
|
||||
|
||||
package volume
|
||||
|
||||
import "k8s.io/apimachinery/pkg/types"
|
||||
|
||||
func SetVolumeOwnership(mounter Mounter, fsGroup *types.UnixGroupID) error {
|
||||
func SetVolumeOwnership(mounter Mounter, fsGroup *int64) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user