Skip to content

Commit

Permalink
Updated naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mviswanathsai committed Jan 11, 2024
1 parent a6133e5 commit 3757856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/kubectl-kyverno/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
GenericResourceApiVersion = "V1"
GenericResourceKind = "GenericJSONResource"
GenericResourceKind = "GenericResource"
)

func GetUnstructuredResources(resourceBytes []byte) ([]*unstructured.Unstructured, error) {
Expand Down

0 comments on commit 3757856

Please sign in to comment.