DKube v0.1
This commit is contained in:
		
							
								
								
									
										8
									
								
								config/config.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								config/config.go
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
package config
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	ListenAddr = "0.0.0.0:9090"
 | 
			
		||||
	Kubeconfig = "H:\\project\\kubeconfig\\config"
 | 
			
		||||
	//tail的日志行数
 | 
			
		||||
	PodLogTailLine = 2000
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user