mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Improve the naming of fields in ContainerImage struct used in NodeStatus.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
		@@ -1719,9 +1719,9 @@ type NodeStatus struct {
 | 
			
		||||
// Describe a container image
 | 
			
		||||
type ContainerImage struct {
 | 
			
		||||
	// Names by which this image is known.
 | 
			
		||||
	RepoTags []string `json:"repoTags"`
 | 
			
		||||
	Names []string `json:"names"`
 | 
			
		||||
	// The size of the image in bytes.
 | 
			
		||||
	Size int64 `json:"size,omitempty"`
 | 
			
		||||
	SizeBytes int64 `json:"sizeBytes,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type NodePhase string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user