package users
import "k8s.io/kubernetes/cmd/kubeadm/app/util/users"
Index ¶
- func RemoveUsersAndGroups() error
- func UpdatePathOwner(dirPath string, uid, gid int64) error
- func UpdatePathOwnerAndPermissions(path string, uid, gid int64, perms uint32) error
- type EntryMap
- type UsersAndGroups
Functions ¶
func RemoveUsersAndGroups ¶
func RemoveUsersAndGroups() error
RemoveUsersAndGroups is a NO-OP on non-Linux.
func UpdatePathOwner ¶
UpdatePathOwner is a NO-OP on non-Linux.
func UpdatePathOwnerAndPermissions ¶
UpdatePathOwnerAndPermissions is a NO-OP on non-Linux.
Types ¶
type EntryMap ¶
type EntryMap struct{}
EntryMap is empty on non-Linux.
func (*EntryMap) ID ¶
ID is a NO-OP on non-Linux.
func (*EntryMap) String ¶
String is NO-OP on non-Linux.
type UsersAndGroups ¶
type UsersAndGroups struct{}
UsersAndGroups is empty on non-Linux.
func AddUsersAndGroups ¶
func AddUsersAndGroups() (*UsersAndGroups, error)
AddUsersAndGroups is a NO-OP on non-Linux.
Source Files ¶
users_other.go
- Version
- v1.23.13-rc.0
- Published
- Sep 21, 2022
- Platform
- js/wasm
- Last checked
- 25 minutes ago –
Tools for package owners.