Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateExtensionProviderService (0.25 sec)

  1. pkg/config/validation/agent/extensionprovider_test.go

    // limitations under the License.
    
    package agent
    
    import (
    	"testing"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    )
    
    func TestValidateExtensionProviderService(t *testing.T) {
    	tests := []struct {
    		service string
    		valid   bool
    		name    string
    	}{
    		{
    			service: "127.0.0.1",
    			valid:   true,
    			name:    "pure ip4 address",
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top