Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 514 for 120m (0.07 sec)

  1. pkg/config/analysis/analyzers/testdata/pod-sec-uid.yaml

        app: helloworld
        version: v2
    spec:
      securityContext:
        runAsUser: 1337
      containers:
      - name: helloworld
        image: docker.io/istio/examples-helloworld-v2
        resources:
          requests:
            cpu: "100m"
        imagePullPolicy: IfNotPresent #Always
        ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 361 bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/versiongetter_test.go

    		wantClusterVersion string
    		wantParsedVersion  string
    		wantErr            bool
    	}{
    		{
    			name: "cluster version is valid",
    			version: &version.Info{
    				GitVersion: "1.20.0",
    			},
    			wantClusterVersion: "1.20.0",
    			wantParsedVersion:  "1.20.0",
    			wantErr:            false,
    		},
    		{
    			name:               "cluster version is empty",
    			version:            &version.Info{},
    			wantClusterVersion: "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/input/ztunnel.yaml

    kind: IstioOperator
    metadata:
      name: istio-operator
    spec:
      profile: ambient
      components:
        ztunnel:
          enabled: true
          k8s:
            resources:
              requests:
                cpu: 100m
                memory: 100Mi
              limits:
                cpu: 200m
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 12 03:09:45 UTC 2023
    - 327 bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/resource_annotations.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: resource
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: resource
      template:
        metadata:
          annotations:
            sidecar.istio.io/proxyCPU: "100m"
            sidecar.istio.io/proxyCPULimit: "1000m"
            sidecar.istio.io/proxyMemory: "1Gi"
            sidecar.istio.io/proxyMemoryLimit: "2Gi"
          labels:
            app: resource
        spec:
          containers:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 578 bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/endpoint_test.go

    			hostport:      "1..3.4:1234",
    			expectedError: true,
    		},
    		{
    			name:          "invalid ipv6",
    			hostport:      "1200::AB00:1234::2552:7777:1313",
    			expectedError: true,
    		},
    		{
    			name:          "invalid ipv6:port",
    			hostport:      "[1200::AB00:1234::2552:7777:1313]:1234",
    			expectedError: true,
    		},
    	}
    
    	for _, rt := range tests {
    		t.Run(rt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 23 03:19:26 UTC 2019
    - 10K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/internal/http/StatusLineTest.kt

        assertInvalid(" 200 OK")
      }
    
      @Test
      fun protocolVersions() {
        assertInvalid("HTTP/2.0 200 OK")
        assertInvalid("HTTP/2.1 200 OK")
        assertInvalid("HTTP/-.1 200 OK")
        assertInvalid("HTTP/1.- 200 OK")
        assertInvalid("HTTP/0.1 200 OK")
        assertInvalid("HTTP/101 200 OK")
        assertInvalid("HTTP/1.1_200 OK")
      }
    
      @Test
      fun nonThreeDigitCode() {
        assertInvalid("HTTP/1.1  OK")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. manifests/charts/default/files/profile-compatibility-version-1.20.yaml

    Leonardo Sarra <******@****.***> 1717533426 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:37:06 UTC 2024
    - 753 bytes
    - Viewed (0)
  8. manifests/charts/gateways/istio-egress/files/profile-compatibility-version-1.20.yaml

    Leonardo Sarra <******@****.***> 1717533426 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:37:06 UTC 2024
    - 753 bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-ingress/files/profile-compatibility-version-1.20.yaml

    Leonardo Sarra <******@****.***> 1717533426 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:37:06 UTC 2024
    - 753 bytes
    - Viewed (0)
  10. manifests/charts/istio-cni/files/profile-compatibility-version-1.20.yaml

    Leonardo Sarra <******@****.***> 1717533426 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:37:06 UTC 2024
    - 753 bytes
    - Viewed (0)
Back to top