mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Merge pull request #83914 from guineveresaenger/ato-demo
Removes pkg/registry/core/secret/storage from golint failures
This commit is contained in:
		@@ -176,7 +176,6 @@ pkg/registry/core/replicationcontroller/storage
 | 
				
			|||||||
pkg/registry/core/resourcequota/storage
 | 
					pkg/registry/core/resourcequota/storage
 | 
				
			||||||
pkg/registry/core/rest
 | 
					pkg/registry/core/rest
 | 
				
			||||||
pkg/registry/core/secret
 | 
					pkg/registry/core/secret
 | 
				
			||||||
pkg/registry/core/secret/storage
 | 
					 | 
				
			||||||
pkg/registry/core/service
 | 
					pkg/registry/core/service
 | 
				
			||||||
pkg/registry/core/service/allocator
 | 
					pkg/registry/core/service/allocator
 | 
				
			||||||
pkg/registry/core/service/allocator/storage
 | 
					pkg/registry/core/service/allocator/storage
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,6 +28,7 @@ import (
 | 
				
			|||||||
	"k8s.io/kubernetes/pkg/registry/core/secret"
 | 
						"k8s.io/kubernetes/pkg/registry/core/secret"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// REST defines the RESTStorage object that will work against secrets.
 | 
				
			||||||
type REST struct {
 | 
					type REST struct {
 | 
				
			||||||
	*genericregistry.Store
 | 
						*genericregistry.Store
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user