Skip to content

Commit

Permalink
remove moonray tags
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-bot committed Jun 5, 2024
1 parent 9d313eb commit 0913919
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/calico/chart.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build moonray

package calico

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/calico/network.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build moonray

package calico

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/calico/status.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build moonray

package calico

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/cilium/chart.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !moonray

package cilium

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/cilium/gateway.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !moonray

package cilium

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/cilium/ingress.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !moonray

package cilium

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/cilium/loadbalancer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !moonray

package cilium

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/cilium/network.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !moonray

package cilium

import (
Expand Down
2 changes: 0 additions & 2 deletions src/k8s/pkg/k8sd/features/cilium/status.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !moonray

package cilium

import (
Expand Down

0 comments on commit 0913919

Please sign in to comment.