Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for longName (0.08 sec)

  1. pkg/apis/storage/validation/validation_test.go

    }
    
    func TestCSINodeValidation(t *testing.T) {
    	driverName := "driver-name"
    	driverName2 := "1io.kubernetes-storage-2-csi-driver3"
    	longName := "my-a-b-c-d-c-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z-ABCDEFGHIJKLMNOPQRSTUVWXYZ-driver" // 88 chars
    	nodeID := "nodeA"
    	longID := longName + longName + "abcdefghijklmnopqrstuvwxyz" // 202 chars
    	successCases := []storage.CSINode{{
    		// driver name: dot only
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  2. src/cmd/internal/testdir/testdir_test.go

    type runCmd func(...string) ([]byte, error)
    
    func compileFile(runcmd runCmd, longname string, flags []string) (out []byte, err error) {
    	cmd := []string{goTool, "tool", "compile", "-e", "-p=p", "-importcfg=" + stdlibImportcfgFile()}
    	cmd = append(cmd, flags...)
    	if *linkshared {
    		cmd = append(cmd, "-dynlink", "-installsuffix=dynlink")
    	}
    	cmd = append(cmd, longname)
    	return runcmd(cmd...)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  3. pilot/pkg/model/telemetry_logging_test.go

    	for _, tc := range []struct {
    		name        string
    		logName     string
    		clusterName string
    		hostname    string
    		body        string
    		labels      *structpb.Struct
    		expected    *otelaccesslog.OpenTelemetryAccessLogConfig
    	}{
    		{
    			name:        "default",
    			logName:     OtelEnvoyAccessLogFriendlyName,
    			clusterName: fakeCluster,
    			hostname:    fakeAuthority,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top