Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 535 for lmhosts (0.19 sec)

  1. src/net/hook_plan9.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package net
    
    var (
    	hostsFilePath = "/etc/hosts"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 07:21:38 UTC 2023
    - 211 bytes
    - Viewed (0)
  2. releasenotes/notes/45719.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    
    issue:
      - 45719
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 29 16:47:04 UTC 2023
    - 244 bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/ingress/testdata/tls.yaml

    spec:
      rules:
      - host: foo.org
        http:
          paths:
          - backend:
              service:
                name: httpbin
                port:
                  number: 80
            path: /*
      tls:
      - hosts:
          - foo.org
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 10 16:43:09 UTC 2023
    - 329 bytes
    - Viewed (0)
  4. 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)
  5. pkg/test/datasets/validation/dataset/networking-v1alpha3-Gateway.yaml

        # The ingressgateway is defined in install/kubernetes/helm/istio/values.yaml
        # with these labels
        istio: ingressgateway
      servers:
      - port:
          number: 31400
          protocol: TCP
          name: tcp
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 466 bytes
    - Viewed (0)
  6. 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)
  7. tests/integration/telemetry/api/dashboard_test.go

      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - "*"
      - port:
          number: 31400
          name: tcp
          protocol: TCP
        hosts:
        - "*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: echo
    spec:
      hosts:
      - "*"
      gateways:
      - echo-gateway
      http:
      - match:
        - uri:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  8. 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)
  9. pkg/config/analysis/analyzers/testdata/virtualservice_internal_gateway_ref.yaml

    # The following virtual service should cause the warning IST0165 because it references a generated internal gateway.
    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: httpbin
    spec:
      hosts:
      - "foo.com"
      gateways:
      - "istio-ingress/gateway-istio-autogenerated-k8s-gateway-foo"
      http:
      - route:
        - destination:
            host: httpbin
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 01:28:52 UTC 2023
    - 404 bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

        shortNames:
        - se
        singular: serviceentry
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - 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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top