Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assignUserAndGroupIDs (0.13 sec)

  1. cmd/kubeadm/app/util/users/users_linux.go

    	}
    	return strings.Join(newLines, "\n"), removed
    }
    
    // assignUserAndGroupIDs takes the list of existing groups, the users and groups to be created,
    // and assigns UIDs and GIDs to the users and groups to be created based on a list of provided UIDs and GIDs.
    // Returns an error if not enough UIDs or GIDs are passed. It does not perform any other validation.
    func assignUserAndGroupIDs(groups, usersToCreate, groupsToCreate []*entry, uids, gids []int64) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:35:10 UTC 2023
    - 20.7K bytes
    - Viewed (0)
Back to top