mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Add group alias names to discovery in API resources
This commit is contained in:
		@@ -740,6 +740,8 @@ type APIResource struct {
 | 
			
		||||
	Verbs Verbs `json:"verbs" protobuf:"bytes,4,opt,name=verbs"`
 | 
			
		||||
	// shortNames is a list of suggested short names of the resource.
 | 
			
		||||
	ShortNames []string `json:"shortNames,omitempty" protobuf:"bytes,5,rep,name=shortNames"`
 | 
			
		||||
	// categories is a list of the grouped resources this resource belongs to (e.g. 'all')
 | 
			
		||||
	Categories []string `json:"categories,omitempty" protobuf:"bytes,7,rep,name=categories"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Verbs masks the value so protobuf can generate
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user