Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for networkGateways (0.19 sec)

  1. pilot/pkg/model/push_context_test.go

    	panic("implement me")
    }
    
    func (l *localServiceDiscovery) GetIstioServiceAccounts(*Service) []string {
    	return nil
    }
    
    func (l *localServiceDiscovery) NetworkGateways() []NetworkGateway {
    	// TODO implement fromRegistry logic from kube controller if needed
    	return nil
    }
    
    func (l *localServiceDiscovery) MCSServices() []MCSServiceInfo {
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. pkg/workloadapi/workload.pb.go

    	// If present, East West network gateway this workload can be reached through.
    	// Requests from remote networks should traverse this gateway.
    	NetworkGateway *GatewayAddress `protobuf:"bytes,19,opt,name=network_gateway,json=networkGateway,proto3" json:"network_gateway,omitempty"`
    	// Name of the node the workload runs on
    	Node string `protobuf:"bytes,9,opt,name=node,proto3" json:"node,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top