Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCorrectArgs (0.21 sec)

  1. pkg/config/analysis/analyzers/schema/validation_test.go

    	"istio.io/istio/pkg/config/schema/collections"
    	"istio.io/istio/pkg/config/schema/gvk"
    	resource2 "istio.io/istio/pkg/config/schema/resource"
    	"istio.io/istio/pkg/config/validation"
    )
    
    func TestCorrectArgs(t *testing.T) {
    	g := NewWithT(t)
    
    	m1 := &v1alpha3.VirtualService{}
    
    	testSchema := schemaWithValidateFn(func(cfg config.Config) (warnings validation.Warning, errs error) {
    		g.Expect(cfg.Name).To(Equal("name"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top