Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 63 for 300T (0.44 sec)

  1. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

            - MUTUAL_TLS
            {{- else }}
            - --controlPlaneAuthPolicy
            - NONE
            {{- end }}
            - --dnsRefreshRate
            - {{ valueOrDefault .Values.global.proxy.dnsRefreshRate "300s" }}
          {{- if (ne (annotation .ObjectMeta "status.sidecar.istio.io/port" .Values.global.proxy.statusPort) "0") }}
            - --statusPort
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/attach_detach_controller_test.go

    		if err != nil {
    			b.Fatalf("Run failed with error. Expected: <no error> Actual: <%v>", err)
    		}
    	}
    }
    
    func BenchmarkNodeUpdate(b *testing.B) {
    	fakeKubeClient := largeClusterClient(b, 3000)
    	informerFactory := informers.NewSharedInformerFactory(fakeKubeClient, controller.NoResyncPeriodFunc())
    
    	logger, tCtx := ktesting.NewTestContext(b)
    	adc := createADC(b, tCtx, fakeKubeClient, informerFactory, nil)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 11:00:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/net/idna/idna9.0.0.go

    func VerifyDNSLength(verify bool) Option {
    	return func(o *options) { o.verifyDNSLength = verify }
    }
    
    // RemoveLeadingDots removes leading label separators. Leading runes that map to
    // dots, such as U+3002 IDEOGRAPHIC FULL STOP, are removed as well.
    func RemoveLeadingDots(remove bool) Option {
    	return func(o *options) { o.removeLeadingDots = remove }
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndECDSAGiven

    00000080  03 03 00 01 01 17 03 03  00 17 4d 4b 33 12 cb ed  |..........MK3...|
    00000090  f7 a2 55 e7 a6 ab 5b b1  55 16 30 c3 ee e1 5c 14  |..U...[.U.0...\.|
    000000a0  b8 17 03 03 00 3e 30 04  2a e5 e8 b8 f3 25 9b a9  |.....>0.*....%..|
    000000b0  92 e6 eb d9 fb b6 62 64  e2 de 9d c0 48 68 b3 d7  |......bd....Hh..|
    000000c0  0f 8b ad 21 69 c7 f0 d7  96 ff 6a 24 2f 01 c9 e7  |...!i.....j$/...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  5. istioctl/pkg/dashboard/dashboard.go

    	// open browser or not, default is true
    	browser = true
    
    	// label selector
    	labelSelector = ""
    
    	proxyAdminPort int
    )
    
    const (
    	defaultPrometheusPort = 9090
    	defaultGrafanaPort    = 3000
    	defaultKialiPort      = 20001
    	defaultJaegerPort     = 16686
    	defaultZipkinPort     = 9411
    	defaultSkywalkingPort = 8080
    )
    
    // port-forward to Istio System Prometheus; open browser
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 01:29:35 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  6. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt

        }
    
        assertThat(buffer.readByteString()).isEqualTo("0D04c27B0302".decodeHex())
      }
    
      @Test fun `decode raw sequence`() {
        val buffer =
          Buffer()
            .write("300A".decodeHex())
            .write("1505".decodeHex())
            .write("Smith".encodeUtf8())
            .write("01".decodeHex())
            .write("01".decodeHex())
            .write("FF".decodeHex())
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  7. src/runtime/mpagealloc_test.go

    			},
    			hits: []hit{
    				{PallocChunkPages - 3, PageBase(BaseChunkIdx, 0), PageSize},
    				{PallocChunkPages - 3, 0, 0},
    				{1, PageBase(BaseChunkIdx, PallocChunkPages-3), 0},
    				{2, PageBase(BaseChunkIdx, PallocChunkPages-2), 0},
    				{1, 0, 0},
    				{PallocChunkPages - 3, 0, 0},
    			},
    			after: map[ChunkIdx][]BitRange{
    				BaseChunkIdx: {{0, PallocChunkPages}},
    			},
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 32.6K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/net/idna/idna10.0.0.go

    func VerifyDNSLength(verify bool) Option {
    	return func(o *options) { o.verifyDNSLength = verify }
    }
    
    // RemoveLeadingDots removes leading label separators. Leading runes that map to
    // dots, such as U+3002 IDEOGRAPHIC FULL STOP, are removed as well.
    func RemoveLeadingDots(remove bool) Option {
    	return func(o *options) { o.removeLeadingDots = remove }
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  9. pkg/controller/daemon/update_test.go

    	manager.failedPodsBackoff.Clock = testingclock.NewFakeClock(time.Unix(300, 0))
    	clearExpectations(t, manager, ds, podControl)
    	expectSyncDaemonSets(t, manager, ds, podControl, 3, 0, 0)
    
    	hash, err := currentDSHash(manager, ds)
    	if err != nil {
    		t.Fatal(err)
    	}
    	currentPods := podsByNodeMatchingHash(manager, hash)
    	// mark two updated pods as ready at time 300
    	setPodReadiness(t, manager, true, 2, func(pod *v1.Pod) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 10 21:10:35 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/util/util_test.go

    			}
    		})
    	}
    }
    
    func TestDomainName(t *testing.T) {
    	tests := []struct {
    		host  string
    		port  int
    		match string
    	}{
    		{"localhost", 3000, "localhost:3000"},
    		{"127.0.0.1", 3000, "127.0.0.1:3000"},
    		{"::1", 3000, "[::1]:3000"},
    		{"2001:4860:0:2001::68", 3000, "[2001:4860:0:2001::68]:3000"},
    	}
    	for _, tt := range tests {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top