Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setMinReadySeconds (0.34 sec)

  1. pkg/controller/statefulset/stateful_set_control_test.go

    			inputSTS:               setMinReadySeconds(newStatefulSet(1), int32(3600)),
    			readyDuration:          -120 * time.Minute,
    			expectedActiveReplicas: int32(1),
    		},
    		{
    			name:                   "replicas not running for required time, when minReadySeconds is enabled",
    			inputSTS:               setMinReadySeconds(newStatefulSet(1), int32(3600)),
    			readyDuration:          -30 * time.Minute,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top