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 <568794+Link-@users.noreply.github.com>
This commit is contained in:
Tingluo Huang
2023-01-12 18:24:11 -05:00
committed by GitHub
parent ab04a2b616
commit eaa451df32
36 changed files with 37 additions and 410 deletions

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import "time"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"testing"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import corev1 "k8s.io/api/core/v1"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"testing"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controllers
package actionssummerwindnet
import (
"os"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"context"

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{}

View File

@@ -1,4 +1,4 @@
package controllers
package actionssummerwindnet
import (
"reflect"