mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	refactor: move ListOptions references to metav1
This commit is contained in:
		| @@ -535,7 +535,7 @@ func NewPersistentVolumeRecyclerPodTemplate() *v1.Pod { | ||||
| 	pod := &v1.Pod{ | ||||
| 		ObjectMeta: metav1.ObjectMeta{ | ||||
| 			GenerateName: "pv-recycler-", | ||||
| 			Namespace:    v1.NamespaceDefault, | ||||
| 			Namespace:    metav1.NamespaceDefault, | ||||
| 		}, | ||||
| 		Spec: v1.PodSpec{ | ||||
| 			ActiveDeadlineSeconds: &timeout, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Clayton Coleman
					Clayton Coleman