Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/object_count_tracker_test.go

    limitations under the License.
    */
    
    package request
    
    import (
    	"reflect"
    	"testing"
    	"time"
    
    	"github.com/google/go-cmp/cmp"
    	testclock "k8s.io/utils/clock/testing"
    )
    
    func TestStorageObjectCountTracker(t *testing.T) {
    	tests := []struct {
    		name          string
    		lastUpdated   time.Duration
    		count         int64
    		errExpected   error
    		countExpected int64
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 17 19:36:14 UTC 2021
    - 3.4K bytes
    - Viewed (0)
Back to top