Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTrustDomainsForValidation (0.17 sec)

  1. pilot/pkg/networking/plugin/authn/util_test.go

    // limitations under the License.
    
    package authn
    
    import (
    	"reflect"
    	"testing"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    )
    
    func TestTrustDomainsForValidation(t *testing.T) {
    	tests := []struct {
    		name       string
    		meshConfig *meshconfig.MeshConfig
    		want       []string
    	}{
    		{
    			name: "No duplicated trust domain in mesh config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 16:11:07 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top