mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	auto generated items
remove ServiceSyncPeriod from tests fixing tests
This commit is contained in:
		| @@ -85,7 +85,6 @@ func TestAddFlags(t *testing.T) { | ||||
| 				ConcurrentRCSyncs:                               5, | ||||
| 				MinResyncPeriod:                                 metav1.Duration{Duration: 100 * time.Minute}, | ||||
| 				NodeMonitorPeriod:                               metav1.Duration{Duration: 5 * time.Second}, | ||||
| 				ServiceSyncPeriod:                               metav1.Duration{Duration: 5 * time.Minute}, | ||||
| 				ResourceQuotaSyncPeriod:                         metav1.Duration{Duration: 5 * time.Minute}, | ||||
| 				NamespaceSyncPeriod:                             metav1.Duration{Duration: 5 * time.Minute}, | ||||
| 				PVClaimBinderSyncPeriod:                         metav1.Duration{Duration: 15 * time.Second}, | ||||
|   | ||||
| @@ -100,7 +100,6 @@ func TestAddFlags(t *testing.T) { | ||||
| 		"--route-reconciliation-period=30s", | ||||
| 		"--secondary-node-eviction-rate=0.05", | ||||
| 		"--service-account-private-key-file=/service-account-private-key", | ||||
| 		"--service-sync-period=2m", | ||||
| 		"--terminated-pod-gc-threshold=12000", | ||||
| 		"--unhealthy-zone-threshold=0.6", | ||||
| 		"--use-service-account-credentials=true", | ||||
| @@ -138,7 +137,6 @@ func TestAddFlags(t *testing.T) { | ||||
| 				EnableProfiling:                                 false, | ||||
| 				CIDRAllocatorType:                               "CloudAllocator", | ||||
| 				NodeCIDRMaskSize:                                48, | ||||
| 				ServiceSyncPeriod:                               metav1.Duration{Duration: 2 * time.Minute}, | ||||
| 				ResourceQuotaSyncPeriod:                         metav1.Duration{Duration: 10 * time.Minute}, | ||||
| 				NamespaceSyncPeriod:                             metav1.Duration{Duration: 10 * time.Minute}, | ||||
| 				PVClaimBinderSyncPeriod:                         metav1.Duration{Duration: 30 * time.Second}, | ||||
|   | ||||
| @@ -90,7 +90,6 @@ func (in *KubeControllerManagerConfiguration) DeepCopyInto(out *KubeControllerMa | ||||
| 		*out = make([]string, len(*in)) | ||||
| 		copy(*out, *in) | ||||
| 	} | ||||
| 	out.ServiceSyncPeriod = in.ServiceSyncPeriod | ||||
| 	out.NodeSyncPeriod = in.NodeSyncPeriod | ||||
| 	out.RouteReconciliationPeriod = in.RouteReconciliationPeriod | ||||
| 	out.ResourceQuotaSyncPeriod = in.ResourceQuotaSyncPeriod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user