Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tweakMaxUnavailable (0.37 sec)

  1. pkg/apis/apps/validation/validation_test.go

    			ss.Spec.UpdateStrategy.RollingUpdate = &apps.RollingUpdateStatefulSetStrategy{}
    		}
    		ss.Spec.UpdateStrategy.RollingUpdate.Partition = partition
    	}
    }
    
    func tweakMaxUnavailable(mu intstr.IntOrString) statefulSetTweak {
    	return func(ss *apps.StatefulSet) {
    		if ss.Spec.UpdateStrategy.RollingUpdate == nil {
    			ss.Spec.UpdateStrategy.RollingUpdate = &apps.RollingUpdateStatefulSetStrategy{}
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
Back to top