Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for lmhosts (0.21 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    					protocol: protocol.HTTP,
    				},
    			},
    		},
    		{
    			name: "Duplicate hosts in TLS filterChain",
    			node: &pilot_model.Proxy{Metadata: &pilot_model.NodeMetadata{}},
    			server: &networking.Server{
    				Port: &networking.Port{
    					Protocol: "HTTPS",
    				},
    				Hosts: []string{"example.org", "example.org"},
    				Tls: &networking.ServerTLSSettings{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    			&networking.Server{
    				Hosts: []string{"ns1/foo.bar.com"},
    				Port:  &networking.Port{Number: 7, Name: "http", Protocol: "http"},
    			},
    			"",
    		},
    		{
    			"happy */name",
    			&networking.Server{
    				Hosts: []string{"*/foo.bar.com"},
    				Port:  &networking.Port{Number: 7, Name: "http", Protocol: "http"},
    			},
    			"",
    		},
    		{
    			"happy ./name",
    			&networking.Server{
    				Hosts: []string{"./foo.bar.com"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  3. tests/integration/pilot/common/routing.go

    kind: VirtualService
    metadata:
      name: httpbin.org
    spec:
      hosts:
      - {{.}}
      http:
      - route:
        - destination:
            host: {{.}}
            port:
              number: 443
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: alt-external-service
    spec:
      exportTo: [.]
      hosts:
      - {{.}}
      resolution: NONE
      ports:
      - name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  4. pkg/config/validation/validation.go

    			}
    		}
    
    		// Check for duplicate hosts
    		// Duplicates include literal duplicates as well as wildcard duplicates
    		// E.g., *.foo.com, and *.com are duplicates in the same virtual service
    		if allHostsValid {
    			for i := 0; i < len(virtualService.Hosts); i++ {
    				hostI := host.Name(virtualService.Hosts[i])
    				for j := i + 1; j < len(virtualService.Hosts); j++ {
    					hostJ := host.Name(virtualService.Hosts[j])
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods.go

    		}
    	}
    
    	return devices, nil
    }
    
    // shouldMountHostsFile checks if the nodes /etc/hosts should be mounted
    // Kubernetes only mounts on /etc/hosts if:
    // - container is not an infrastructure (pause) container
    // - container is not already mounting on /etc/hosts
    // Kubernetes will not mount /etc/hosts if:
    // - when the Pod sandbox is being created, its IP is still unknown. Hence, PodIP will not have been set.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    - se singular: serviceentry scope: Namespaced versions: - additionalPrinterCol: - description: The hosts associated with the ServiceEntry jsonPath: .spec.hosts name: Hosts type: string - description: Whether the service is external to the mesh or part of the mesh (MESH_EXTERNAL or MESH_INTERNAL) jsonPath: .spec.location name: Location type: string - description: Service resolution mode for the hosts (NONE, STATIC, or DNS) jsonPath: .spec.resolution name: Resolution type: string - description: 'CreationTimestamp...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. cmd/admin-handlers.go

    				diskMap[k] = struct{}{}
    			}
    		}
    	}
    	jobID := r.Form.Get("by-jobID")
    
    	hosts := strings.Split(r.Form.Get("hosts"), ",")
    	byHost := strings.EqualFold(r.Form.Get("by-host"), "true")
    	var hostMap map[string]struct{}
    	if len(hosts) > 0 && hosts[0] != "" {
    		hostMap = make(map[string]struct{}, len(hosts))
    		for _, k := range hosts {
    			if k != "" {
    				hostMap[k] = struct{}{}
    			}
    		}
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods_test.go

    			hostAliases:   []v1.HostAlias{},
    			rawHostsFileContent: `# hosts file for testing.
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    fe00::0	ip6-localnet
    fe00::0	ip6-mcastprefix
    fe00::1	ip6-allnodes
    fe00::2	ip6-allrouters
    123.45.67.89	some.domain
    `,
    			expectedHostsFileContent: `# Kubernetes-managed hosts file (host network).
    # hosts file for testing.
    127.0.0.1	localhost
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.SecretName)))
    	i--
    	dAtA[i] = 0x12
    	if len(m.Hosts) > 0 {
    		for iNdEx := len(m.Hosts) - 1; iNdEx >= 0; iNdEx-- {
    			i -= len(m.Hosts[iNdEx])
    			copy(dAtA[i:], m.Hosts[iNdEx])
    			i = encodeVarintGenerated(dAtA, i, uint64(len(m.Hosts[iNdEx])))
    			i--
    			dAtA[i] = 0xa
    		}
    	}
    	return len(dAtA) - i, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1/generated.pb.go

    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.SecretName)))
    	i--
    	dAtA[i] = 0x12
    	if len(m.Hosts) > 0 {
    		for iNdEx := len(m.Hosts) - 1; iNdEx >= 0; iNdEx-- {
    			i -= len(m.Hosts[iNdEx])
    			copy(dAtA[i:], m.Hosts[iNdEx])
    			i = encodeVarintGenerated(dAtA, i, uint64(len(m.Hosts[iNdEx])))
    			i--
    			dAtA[i] = 0xa
    		}
    	}
    	return len(dAtA) - i, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
Back to top