Update controller package names to match the owning API group name (#2150)

* Update controller package names to match the owning API group name

* feedback.

Co-authored-by: Bassem Dghaidi <[email protected]>
This commit is contained in:
Tingluo Huang
2023-01-13 08:24:11 +09:00
committed by GitHub
co-authored by Bassem Dghaidi
parent ab04a2b616
commit eaa451df32
36 changed files with 37 additions and 410 deletions
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import "time"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"bytes"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"testing"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import corev1 "k8s.io/api/core/v1"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"fmt"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"testing"
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"os"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"
+1 -1
View File
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
func filterLabels(labels map[string]string, filter string) map[string]string {
filtered := map[string]string{}
@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"reflect"