Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createCustomResource (0.19 sec)

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

    		),
    		restOptions,
    		[]string{"all"},
    		table,
    		managedfields.ResourcePathMappings{},
    	)
    
    	return storage, server
    }
    
    // createCustomResource is a helper function that returns a CustomResource with the updated resource version.
    func createCustomResource(storage *customresource.REST, cr unstructured.Unstructured, t *testing.T) (unstructured.Unstructured, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top