Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPreferredVersionsAllGroups (0.29 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/local_scheme_test.go

    limitations under the License.
    */
    
    package runtime
    
    import (
    	"testing"
    
    	"reflect"
    
    	"github.com/google/go-cmp/cmp"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    func TestPreferredVersionsAllGroups(t *testing.T) {
    	tests := []struct {
    		name                string
    		versionPriority     map[string][]string
    		observedVersions    []schema.GroupVersion
    		expectedPrioritized map[string][]schema.GroupVersion
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top