Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/status_strategy_test.go

        served: true
        storage: true
      - name: v2
        schema:
          openAPIV3Schema:
            type: object
            properties:
              numArray2:
                type: array
    `
    
    func TestStatusStrategyValidateUpdate(t *testing.T) {
    	crdV1 := &apiextensionsv1.CustomResourceDefinition{}
    	err := yaml.Unmarshal([]byte(listTypeResourceSchema), &crdV1)
    	if err != nil {
    		t.Fatalf("unexpected decoding error: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 22:16:10 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top