Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddUsersAndGroups (0.14 sec)

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

    // ID is a NO-OP on non-Linux.
    func (*EntryMap) ID(string) *int64 {
    	return nil
    }
    
    // String is NO-OP on non-Linux.
    func (*EntryMap) String() string {
    	return ""
    }
    
    // AddUsersAndGroups is a NO-OP on non-Linux.
    func AddUsersAndGroups() (*UsersAndGroups, error) {
    	return nil, nil
    }
    
    // RemoveUsersAndGroups is a NO-OP on non-Linux.
    func RemoveUsersAndGroups() error {
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.4K bytes
    - Viewed (0)
Back to top