mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	updated cadvisor version
This commit is contained in:
		
							
								
								
									
										6
									
								
								vendor/github.com/google/cadvisor/info/v1/container.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/github.com/google/cadvisor/info/v1/container.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -415,6 +415,12 @@ type FsStats struct { | ||||
| 	// Number of bytes available for non-root user. | ||||
| 	Available uint64 `json:"available"` | ||||
|  | ||||
| 	// HasInodes when true, indicates that Inodes info will be available. | ||||
| 	HasInodes bool `json:"has_inodes"` | ||||
|  | ||||
| 	// Number of Inodes | ||||
| 	Inodes uint64 `json:"inodes"` | ||||
|  | ||||
| 	// Number of available Inodes | ||||
| 	InodesFree uint64 `json:"inodes_free"` | ||||
|  | ||||
|   | ||||
							
								
								
									
										3
									
								
								vendor/github.com/google/cadvisor/info/v1/machine.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/google/cadvisor/info/v1/machine.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -26,6 +26,9 @@ type FsInfo struct { | ||||
|  | ||||
| 	// Total number of inodes available on the filesystem. | ||||
| 	Inodes uint64 `json:"inodes"` | ||||
|  | ||||
| 	// HasInodes when true, indicates that Inodes info will be available. | ||||
| 	HasInodes bool `json:"has_inodes"` | ||||
| } | ||||
|  | ||||
| type Node struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user