Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for grpcName (0.11 sec)

  1. pkg/test/framework/components/authz/kube.go

    }
    
    func (s *serverImpl) templateArgs() map[string]any {
    	fqdn := fmt.Sprintf("ext-authz.%s.svc.cluster.local", s.ns.Name())
    	return map[string]any{
    		"fqdn":     fqdn,
    		"httpName": httpName,
    		"grpcName": grpcName,
    		"httpPort": httpPort,
    		"grpcPort": grpcPort,
    	}
    }
    
    func installProviders(ctx resource.Context, providerYAML string) error {
    	var ist istio.Instance
    	ist, err := istio.Get(ctx)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top