Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestKubeOpenapiRejectionFiltering (0.45 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion_test.go

    }
    
    func refEqual(x spec.Ref, y spec.Ref) bool {
    	return x.String() == y.String()
    }
    
    // TestKubeOpenapiRejectionFiltering tests that the CRD openapi schema filtering leads to a spec that the
    // kube-openapi/pkg/util/proto model code support in version used in Kubernetes 1.13.
    func TestKubeOpenapiRejectionFiltering(t *testing.T) {
    	// 1000 iterations runs for ~2 seconds with race detection enabled
    	for i := 0; i < 1000; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 14:34:26 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top