func()

in internal/controller/wrappers.go [95:97]


func (s *StatefulSetWrapper) GetMaxSurge() intstr.IntOrString {
	return intstr.FromString("10%") //there is no max surge for stateful sets.
}