Skip to content

Commit

Permalink
chore: format go import
Browse files Browse the repository at this point in the history
  • Loading branch information
RafikFarhad committed Dec 31, 2023
1 parent 66b6d33 commit 645488e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package types

import (
"encoding/json"

"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import (
"context"
"encoding/json"
"fmt"
"strings"

apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
apiextensionsclientset "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand All @@ -29,7 +31,6 @@ import (
"k8s.io/dashboard/api/pkg/resource/common"
"k8s.io/dashboard/api/pkg/resource/customresourcedefinition/types"
"k8s.io/dashboard/api/pkg/resource/dataselect"
"strings"
)

// GetCustomResourceObjectList gets objects for a CR.
Expand Down

0 comments on commit 645488e

Please sign in to comment.