Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for 15008 (4.73 sec)

  1. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json

                                "address": {
                                    "socketAddress": {
                                        "address": "127.0.0.1",
                                        "portValue": 15000
                                    }
                                },
                                "healthCheckConfig": {}
                            },
                            "healthStatus": "HEALTHY",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 40.4K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml

        overprovisioningFactor: 140
    - clusterName: prometheus_stats
      endpoints:
      - lbEndpoints:
        - endpoint:
            address:
              socketAddress:
                address: 127.0.0.1
                portValue: 15000
            healthCheckConfig: {}
          healthStatus: HEALTHY
          loadBalancingWeight: 1
        locality: {}
      policy:
        overprovisioningFactor: 140
    - clusterName: outbound|9080||ratings.default.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  3. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

    performanceTest.registerTestProject("createLotsOfTasks", JvmProjectGeneratorTask) {
        projects = 1
        sourceFiles = 0
        subProjectTemplates = ['task-creation', 'gradle-properties']
        templateArgs = [
            taskCount: 15000
        ]
        dependencyGraph {
            size = 0
        }
    
        numberOfExternalDependencies = 0
        daemonMemory = '1G'
    }
    
    performanceTest.registerTestProject("generateLotsOfDeprecationWarnings", Copy) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	EIBMSOCKINUSE      = Errno(1003)
    	EIBMIUCVERR        = Errno(1004)
    	EOFFLOADboxERROR   = Errno(1005)
    	EOFFLOADboxRESTART = Errno(1006)
    	EOFFLOADboxDOWN    = Errno(1007)
    	EIBMCONFLICT       = Errno(1008)
    	EIBMCANCELLED      = Errno(1009)
    	EIBMBADTCPNAME     = Errno(1011)
    	ENOTBLK            = Errno(1100)
    	ETXTBSY            = Errno(1101)
    	EWOULDBLOCK        = Errno(1102)
    	EINPROGRESS        = Errno(1103)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  5. src/archive/tar/format.go

    func (b *block) reset() {
    	*b = block{}
    }
    
    type headerV7 [blockSize]byte
    
    func (h *headerV7) name() []byte     { return h[000:][:100] }
    func (h *headerV7) mode() []byte     { return h[100:][:8] }
    func (h *headerV7) uid() []byte      { return h[108:][:8] }
    func (h *headerV7) gid() []byte      { return h[116:][:8] }
    func (h *headerV7) size() []byte     { return h[124:][:12] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 18:36:46 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  6. pkg/istio-agent/agent_test.go

    			a.ProxyConfig.StatusPort = 15020
    			a.ProxyConfig.ProxyAdminPort = 15000
    			a.AgentConfig.EnvoyPrometheusPort = 15090
    			a.AgentConfig.EnvoyStatusPort = 15021
    			a.AgentConfig.ProxyXDSDebugViaAgent = false // uses a fixed port
    			return a
    		}).Check(t, security.WorkloadKeyCertResourceName, security.RootCertReqResourceName)
    		envoyReady(t, "first agent", 15000)
    		Setup(t, func(a AgentTest) AgentTest {
    			a.envoyEnable = true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/files/injection-template.yaml

      {{- else }}
        image: "{{ .ProxyImage }}"
      {{- end }}
        args:
        - istio-iptables
        - "-p"
        - {{ .MeshConfig.ProxyListenPort | default "15001" | quote }}
        - "-z"
        - {{ .MeshConfig.ProxyInboundListenPort | default "15006" | quote }}
        - "-u"
        - {{ .ProxyUID | default "1337" | quote }}
        - "-m"
        - "{{ annotation .ObjectMeta `sidecar.istio.io/interceptionMode` .ProxyConfig.InterceptionMode }}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

            image: "{{ .Values.global.hub }}/{{ .Values.global.proxy_init.image }}:{{ .Values.global.tag }}"
          {{- end }}
            command:
            - istio-iptables
            - "-p"
            - 15001
            - "-z"
            - "15006"
            - "-u"
            - 1337
            - "-m"
            - "{{ annotation .ObjectMeta `sidecar.istio.io/interceptionMode` .ProxyConfig.InterceptionMode }}"
            - "-i"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

            image: "{{ .Values.global.hub }}/{{ .Values.global.proxy_init.image }}:{{ .Values.global.tag }}"
          {{- end }}
            command:
            - istio-iptables
            - "-p"
            - 15001
            - "-z"
            - "15006"
            - "-u"
            - 1337
            - "-m"
            - "{{ annotation .ObjectMeta `sidecar.istio.io/interceptionMode` .ProxyConfig.InterceptionMode }}"
            - "-i"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/helpers_linux_test.go

    		{
    			input:  int64(500),
    			quota:  int64(50000),
    			period: uint64(100000),
    		},
    		{
    			input:  int64(1000),
    			quota:  int64(100000),
    			period: uint64(100000),
    		},
    		{
    			input:  int64(1500),
    			quota:  int64(150000),
    			period: uint64(100000),
    		},
    	}
    	for _, testCase := range testCases {
    		quota := MilliCPUToQuota(testCase.input, int64(testCase.period))
    		if quota != testCase.quota {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top