Move clientset,listers,informers to pkg/client from pkg/apis (#2090)
* Move clientset,listers,informers to pkg/client from pkg/apis Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * Update golangci-lint version and timeout Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -32,10 +32,6 @@ func (ls localStorage) getStorageType() StorageType {
|
||||
return ls.storageType
|
||||
}
|
||||
|
||||
func (ls localStorage) SetLocalPath(path string) {
|
||||
ls.localPath = path
|
||||
}
|
||||
|
||||
func (ls localStorage) getUploadFileName() string {
|
||||
// This is not the item ID (that's returned by Put)
|
||||
// should we just use handler.Filename? what are the constraints here?
|
||||
|
||||
Reference in New Issue
Block a user