Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRealHistory_ListControllerRevisions (0.62 sec)

  1. pkg/controller/history/controller_history_test.go

    	"k8s.io/apimachinery/pkg/labels"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/strategicpatch"
    	"k8s.io/utils/pointer"
    )
    
    func TestRealHistory_ListControllerRevisions(t *testing.T) {
    	type testcase struct {
    		name      string
    		parent    metav1.Object
    		selector  labels.Selector
    		revisions []*apps.ControllerRevision
    		want      map[string]bool
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
Back to top