Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetWorkloadServiceEntries (0.26 sec)

  1. pilot/pkg/serviceregistry/serviceentry/util_test.go

    import (
    	"reflect"
    	"testing"
    
    	"k8s.io/apimachinery/pkg/types"
    
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/schema/gvk"
    )
    
    func TestGetWorkloadServiceEntries(t *testing.T) {
    	se1 := config.Config{
    		Meta: config.Meta{GroupVersionKind: gvk.ServiceEntry, Namespace: "default", Name: "se-1"},
    		Spec: &networking.ServiceEntry{
    			Hosts: []string{"*.google.com"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 17 22:32:10 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top