Skip to content

Commit

Permalink
chore: move apis related packages (#1644)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Jul 16, 2024
1 parent bcaa04c commit 6bb32f2
Show file tree
Hide file tree
Showing 59 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/commands/lint/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"

"github.com/kyverno/chainsaw/pkg/apis/v1alpha1"
testvalidation "github.com/kyverno/chainsaw/pkg/validation/test"
testvalidation "github.com/kyverno/chainsaw/pkg/apis/validation/test"
"github.com/spf13/cobra"
"github.com/xeipuuv/gojsonschema"
"k8s.io/apimachinery/pkg/util/yaml"
Expand Down
2 changes: 1 addition & 1 deletion pkg/loaders/config/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"os"
"path/filepath"

"github.com/kyverno/chainsaw/pkg/apis/conversion"
"github.com/kyverno/chainsaw/pkg/apis/v1alpha1"
"github.com/kyverno/chainsaw/pkg/apis/v1alpha2"
"github.com/kyverno/chainsaw/pkg/conversion"
"github.com/kyverno/chainsaw/pkg/data"
"github.com/kyverno/pkg/ext/resource/loader"
"github.com/kyverno/pkg/ext/yaml"
Expand Down
2 changes: 1 addition & 1 deletion pkg/loaders/test/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"path/filepath"

"github.com/kyverno/chainsaw/pkg/apis/v1alpha1"
testvalidation "github.com/kyverno/chainsaw/pkg/apis/validation/test"
internalloader "github.com/kyverno/chainsaw/pkg/internal/loader"
yamlutils "github.com/kyverno/chainsaw/pkg/utils/yaml"
testvalidation "github.com/kyverno/chainsaw/pkg/validation/test"
"github.com/kyverno/pkg/ext/resource/convert"
"github.com/kyverno/pkg/ext/resource/loader"
"github.com/kyverno/pkg/ext/yaml"
Expand Down

0 comments on commit 6bb32f2

Please sign in to comment.