Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for serviceInstance (0.24 sec)

  1. tools/bug-report/pkg/testdata/input/ingress.log

    2020-06-29T23:37:27.287957Z...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 03 15:51:03 UTC 2020
    - 11K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/fake.go

    	ConfigTemplateInput any
    
    	// Services to pre-populate as part of the service discovery
    	Services  []*model.Service
    	Instances []*model.ServiceInstance
    	Gateways  []model.NetworkGateway
    
    	// If provided, this mesh config will be used
    	MeshConfig      *meshconfig.MeshConfig
    	NetworksWatcher mesh.NetworksWatcher
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  3. architecture/networking/pilot.md

    This is composed of two controllers - one driven from core Kubernetes types ("Kube Controller") and one by Istio types ("ServiceEntry controller").
    
    ```mermaid
    graph TD
        subgraph Kube Controller
            s(Services)
            e(Endpoints)
            p(Pods)
            ksi(ServiceInstances)
            kwi(WorkloadInstances)
            s-->ksi
            e-->ksi
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  4. pilot/pkg/model/gateway.go

    		}
    	}
    	ret := ports.UnsortedList()
    	if len(ret) == 0 && legacyGatewaySelector {
    		// When we are using legacy gateway label selection, we should bind to the port as-is if there is
    		// no matching ServiceInstance.
    		return []uint32{number}
    	}
    	// For cases where we are directly referencing a Service, we know that they port *must* be in the Service,
    	// so we have no fallback. If there was no match, the Gateway is a no-op.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top