Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for aName (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    		GrouplessAPIPrefixes: sets.NewString("api"),
    	}
    }
    
    func TestSimpleSetupRight(t *testing.T) {
    	s := &genericapitesting.Simple{ObjectMeta: metav1.ObjectMeta{Name: "aName"}}
    	wire, err := runtime.Encode(codec, s)
    	if err != nil {
    		t.Fatal(err)
    	}
    	s2, err := runtime.Decode(codec, wire)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !reflect.DeepEqual(s, s2) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	ServerPrincName    *uint16
    	AuthnLevel         uint32
    	ImpersonationLevel uint32
    	AuthIdentityData   *COAUTHIDENTITY
    	Capabilities       uint32
    }
    
    type COSERVERINFO struct {
    	Reserved1 uint32
    	Aame      *uint16
    	AuthInfo  *COAUTHINFO
    	Reserved2 uint32
    }
    
    type BIND_OPTS3 struct {
    	CbStruct          uint32
    	Flags             uint32
    	Mode              uint32
    	TickCountDeadline uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top