Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 274 for lmhosts (0.16 sec)

  1. pilot/pkg/config/kube/ingress/conversion.go

    	for i, tls := range ingress.Spec.TLS {
    		if tls.SecretName == "" {
    			log.Infof("invalid ingress rule %s:%s for hosts %q, no secretName defined", ingress.Namespace, ingress.Name, tls.Hosts)
    			continue
    		}
    		// TODO validation when multiple wildcard tls secrets are given
    		if len(tls.Hosts) == 0 {
    			tls.Hosts = []string{"*"}
    		}
    		gateway.Servers = append(gateway.Servers, &networking.Server{
    			Port: &networking.Port{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 07:19:43 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/tableconvertor/tableconvertor_test.go

    					{Name: "multi", Type: "string"},
    				},
    				additionalColumns: []columnPrinter{
    					newJSONPath("valueOnly", "{.spec.servers[0].hosts[0]}"),
    					newJSONPath("single1", "{.spec.servers[0].hosts}"),
    					newJSONPath("single2", "{.spec.servers[1].hosts}"),
    					newJSONPath("multi", "{.spec.servers[*].hosts}"),
    				},
    			},
    			args: args{
    				obj: &unstructured.Unstructured{
    					Object: map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  3. docs/logging/README.md

        "bucket": "testbucket",
        "object": "hosts",
        "status": "OK",
        "statusCode": 200,
        "rx": 401,
        "tx": 0,
        "timeToResponse": "13309747ns",
        "timeToResponseInNS": "13309747"
      },
      "remotehost": "127.0.0.1",
      "requestID": "17CDC1F4D7E69123",
      "userAgent": "MinIO (linux; amd64) minio-go/v7.0.70 mc/RELEASE.2024-04-30T17-44-48Z",
      "requestPath": "/testbucket/hosts",
      "requestHost": "localhost:9000",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 17:15:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  4. pkg/config/validation/virtualservice_test.go

    			in: &networking.VirtualService{
    				Hosts:    []string{"foo.bar"},
    				Gateways: []string{"test-gateway"},
    				Http: []*networking.HTTPRoute{{
    					Delegate: &networking.Delegate{
    						Name:      "test",
    						Namespace: "test",
    					},
    				}},
    			},
    			valid: true,
    		},
    		{
    			name: "root applies to sidecar with delegate",
    			in: &networking.VirtualService{
    				Hosts: []string{"foo.bar"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 15:33:55 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/configdump/listener.go

    		return cluster
    	}
    	vhosts := []string{}
    	for _, vh := range route.GetVirtualHosts() {
    		if describeDomains(vh) == "" {
    			vhosts = append(vhosts, describeRoutes(vh))
    		} else {
    			vhosts = append(vhosts, fmt.Sprintf("%s %s", describeDomains(vh), describeRoutes(vh)))
    		}
    	}
    	return fmt.Sprintf("Inline Route: %s", strings.Join(vhosts, "; "))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 29 12:37:14 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  6. tests/integration/pilot/ingress_test.go

    			ingressConfigTemplate := `
    apiVersion: networking.k8s.io/v1
    kind: Ingress
    metadata:
      name: %s
    spec:
      ingressClassName: %s
      tls:
      - hosts: ["foo.example.com"]
        secretName: k8s-ingress-secret-foo
      - hosts: ["bar.example.com"]
        secretName: k8s-ingress-secret-bar
      rules:
      - http:
          paths:
          - backend:
              service:
                name: b
                port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  7. okhttp-dnsoverhttps/src/main/kotlin/okhttp3/dnsoverhttps/DnsOverHttps.kt

        const val MAX_RESPONSE_SIZE = 64 * 1024
    
        private fun buildBootstrapClient(builder: Builder): Dns {
          val hosts = builder.bootstrapDnsHosts
    
          return if (hosts != null) {
            BootstrapDns(builder.url!!.host, hosts)
          } else {
            builder.systemDns
          }
        }
    
        internal fun isPrivateHost(host: String): Boolean {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Fri Mar 22 07:09:21 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. pkg/dns/proto/nds.pb.go

    	// Deprecated. Was added for experimentation only.
    	//
    	// Deprecated: Marked as deprecated in dns/proto/nds.proto.
    	AltHosts []string `protobuf:"bytes,5,rep,name=alt_hosts,json=altHosts,proto3" json:"alt_hosts,omitempty"`
    }
    
    func (x *NameTable_NameInfo) Reset() {
    	*x = NameTable_NameInfo{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_dns_proto_nds_proto_msgTypes[1]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. istioctl/pkg/describe/describe_test.go

    			istioConfigs: []runtime.Object{
    				&v1alpha3.VirtualService{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:      "bookinfo",
    						Namespace: "default",
    					},
    					Spec: v1alpha32.VirtualService{
    						Hosts:    []string{"productpage"},
    						Gateways: []string{"fake-gw"},
    						Http: []*v1alpha32.HTTPRoute{
    							{
    								Match: []*v1alpha32.HTTPMatchRequest{
    									{
    										Uri: &v1alpha32.StringMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:54:01 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods_linux_test.go

    			},
    			container: v1.Container{
    				Name: "container1",
    				VolumeMounts: []v1.VolumeMount{
    					{
    						MountPath:        "/etc/hosts",
    						Name:             "disk",
    						ReadOnly:         false,
    						MountPropagation: &propagationHostToContainer,
    					},
    					{
    						MountPath:        "/mnt/path3",
    						Name:             "disk",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 18:00:59 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top