Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/util_test.go

    */
    
    package serviceaccount
    
    import (
    	"reflect"
    	"testing"
    
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apiserver/pkg/authentication/user"
    )
    
    func TestUserInfo(t *testing.T) {
    	tests := map[string]struct {
    		info             ServiceAccountInfo
    		expectedUserInfo *user.DefaultInfo
    	}{
    		"extracts pod name/uid": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top