Home
last modified time | relevance | path

Searched refs:GetIstioServiceAccounts (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/aggregate/
H A Dcontroller.go367 func (c *Controller) GetIstioServiceAccounts(svc *model.Service, ports []int) []string { func
369 if svcAccounts := r.GetIstioServiceAccounts(svc, ports); svcAccounts != nil {
H A Dcontroller_test.go402 accounts := aggregateCtl.GetIstioServiceAccounts(mock.HelloService, []int{})
416 accounts = aggregateCtl.GetIstioServiceAccounts(mock.WorldService, []int{})
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/mock/
H A Ddiscovery.go271 func (sd *ServiceDiscovery) GetIstioServiceAccounts(svc *model.Service, ports []int) []string { func
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/consul/
H A Dcontroller.go241 func (c *Controller) GetIstioServiceAccounts(svc *model.Service, ports []int) []string { func
/dports/sysutils/istio/istio-1.6.7/mixer/test/client/gateway/
H A Dgateway_test.go251 func (mock) GetIstioServiceAccounts(_ *model.Service, ports []int) []string { return nil } func
/dports/sysutils/istio/istio-1.6.7/mixer/test/client/pilotplugin_tcp/
H A Dpilotplugin_tcp_test.go201 func (mock) GetIstioServiceAccounts(_ *model.Service, ports []int) []string { return nil } func
/dports/sysutils/istio/istio-1.6.7/mixer/test/client/pilotplugin_mtls/
H A Dpilotplugin_mtls_test.go332 func (mock) GetIstioServiceAccounts(_ *model.Service, ports []int) []string { return nil } func
/dports/sysutils/istio/istio-1.6.7/mixer/test/client/pilotplugin/
H A Dpilotplugin_test.go323 func (mock) GetIstioServiceAccounts(_ *model.Service, ports []int) []string { return nil } func
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dservice.go419 GetIstioServiceAccounts(svc *Service, ports []int) []string methodSpec
H A Dpush_context.go1033 ps.ServiceAccounts[svc.Hostname][port.Port] = env.GetIstioServiceAccounts(svc, []int{port.Port})
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/proxy/envoy/v2/
H A Dmem.go362 func (sd *MemServiceDiscovery) GetIstioServiceAccounts(svc *model.Service, ports []int) []string { func
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/external/
H A Dservicediscovery.go666 func (d *ServiceEntryStore) GetIstioServiceAccounts(svc *model.Service, ports []int) []string { func
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/fakes/
H A Dfake_service_discovery.gen.go117 func (fake *ServiceDiscovery) GetIstioServiceAccounts(arg1 *model.Service, arg2 []int) []string { func
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/kube/controller/
H A Dcontroller_test.go921 sa := controller.GetIstioServiceAccounts(svc, []int{8080})
937 sa = controller.GetIstioServiceAccounts(svc, []int{})
H A Dcontroller.go980 func (c *Controller) GetIstioServiceAccounts(svc *model.Service, ports []int) []string { func