-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change package name to make linter happy
Signed-off-by: Silvio Moioli <[email protected]>
- Loading branch information
Showing
22 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...on_alpha/listprocessor_alpha/processor.go → ...partitionalpha/listprocessor/processor.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pha/listprocessor_alpha/processor_test.go → ...tionalpha/listprocessor/processor_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package listprocessor_alpha | ||
package listprocessor | ||
|
||
import ( | ||
"context" | ||
|
2 changes: 1 addition & 1 deletion
2
...a/listprocessor_alpha/proxy_mocks_test.go → ...onalpha/listprocessor/proxy_mocks_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...stores/partition_alpha/partition_mocks.go → pkg/stores/partitionalpha/partition_mocks.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
pkg/stores/partition_alpha/partitioner.go → pkg/stores/partitionalpha/partitioner.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package partition_alpha | ||
package partitionalpha | ||
|
||
import ( | ||
"fmt" | ||
|
5 changes: 3 additions & 2 deletions
5
...tores/partition_alpha/partitioner_test.go → ...stores/partitionalpha/partitioner_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pkg/stores/partition_alpha/store.go → pkg/stores/partitionalpha/store.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pkg/stores/proxy_alpha/dynamic_mocks_test.go → pkg/stores/proxyalpha/dynamic_mocks_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
pkg/stores/proxy_alpha/error_wrapper.go → pkg/stores/proxyalpha/error_wrapper.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package proxy_alpha | ||
package proxyalpha | ||
|
||
import ( | ||
"github.com/rancher/apiserver/pkg/apierror" | ||
|
2 changes: 1 addition & 1 deletion
2
pkg/stores/proxy_alpha/proxy_mocks_test.go → pkg/stores/proxyalpha/proxy_mocks_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/proxy_alpha/sql_informer_mocks_test.go → ...res/proxyalpha/sql_informer_mocks_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
pkg/stores/proxy_alpha/unformatter.go → pkg/stores/proxyalpha/unformatter.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package proxy_alpha | ||
package proxyalpha | ||
|
||
import ( | ||
"github.com/rancher/apiserver/pkg/types" | ||
|
2 changes: 1 addition & 1 deletion
2
pkg/stores/proxy_alpha/unformatter_test.go → pkg/stores/proxyalpha/unformatter_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package proxy_alpha | ||
package proxyalpha | ||
|
||
import ( | ||
"testing" | ||
|
2 changes: 1 addition & 1 deletion
2
pkg/stores/proxy_alpha/watch_refresh.go → pkg/stores/proxyalpha/watch_refresh.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package proxy_alpha | ||
package proxyalpha | ||
|
||
import ( | ||
"context" | ||
|