Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSortResourceInfosByGroupResource (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/storageversion/manager_test.go

    limitations under the License.
    */
    
    package storageversion
    
    import (
    	"reflect"
    	"testing"
    
    	"github.com/google/go-cmp/cmp"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    func TestSortResourceInfosByGroupResource(t *testing.T) {
    	tests := []struct {
    		infos    []ResourceInfo
    		expected []ResourceInfo
    	}{
    		{
    			infos:    nil,
    			expected: nil,
    		},
    		{
    			infos:    []ResourceInfo{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 09 02:34:59 UTC 2020
    - 1.8K bytes
    - Viewed (0)
Back to top