mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Update design-proposals URL
Signed-off-by: PingWang <wang.ping5@zte.com.cn> update url Signed-off-by: PingWang <wang.ping5@zte.com.cn>
This commit is contained in:
		@@ -44,7 +44,7 @@ const (
 | 
				
			|||||||
var (
 | 
					var (
 | 
				
			||||||
	zeroDuration = metav1.Duration{}
 | 
						zeroDuration = metav1.Duration{}
 | 
				
			||||||
	// TODO: Move these constants to k8s.io/kubelet/config/v1beta1 instead?
 | 
						// TODO: Move these constants to k8s.io/kubelet/config/v1beta1 instead?
 | 
				
			||||||
	// Refer to [Node Allocatable](https://git.k8s.io/community/contributors/design-proposals/node/node-allocatable.md) doc for more information.
 | 
						// Refer to [Node Allocatable](https://git.k8s.io/design-proposals-archive/node/node-allocatable.md) doc for more information.
 | 
				
			||||||
	DefaultNodeAllocatableEnforcement = []string{"pods"}
 | 
						DefaultNodeAllocatableEnforcement = []string{"pods"}
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,7 +44,7 @@ func (m *kubeGenericRuntimeManager) applyPlatformSpecificContainerConfig(config
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// generateWindowsContainerConfig generates windows container config for kubelet runtime v1.
 | 
					// generateWindowsContainerConfig generates windows container config for kubelet runtime v1.
 | 
				
			||||||
// Refer https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/cri-windows.md.
 | 
					// Refer https://git.k8s.io/design-proposals-archive/node/cri-windows.md.
 | 
				
			||||||
func (m *kubeGenericRuntimeManager) generateWindowsContainerConfig(container *v1.Container, pod *v1.Pod, uid *int64, username string) (*runtimeapi.WindowsContainerConfig, error) {
 | 
					func (m *kubeGenericRuntimeManager) generateWindowsContainerConfig(container *v1.Container, pod *v1.Pod, uid *int64, username string) (*runtimeapi.WindowsContainerConfig, error) {
 | 
				
			||||||
	wc := &runtimeapi.WindowsContainerConfig{
 | 
						wc := &runtimeapi.WindowsContainerConfig{
 | 
				
			||||||
		Resources:       &runtimeapi.WindowsContainerResources{},
 | 
							Resources:       &runtimeapi.WindowsContainerResources{},
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user