Skip to content

Commit

Permalink
Update pkg/customresourcestate/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pranshu Srivastava <[email protected]>
  • Loading branch information
CatherineF-dev and rexagod authored Jul 9, 2023
1 parent 22f8120 commit 2bbd48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/customresourcestate/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ type ConfigDecoder interface {
Decode(v interface{}) (err error)
}

// GVKToGVKP incorporates logic to resolve a given GVK, with variable version and/or kind, to it's []discovery.GroupVersionKindPlural representation.
type GVKToGVKP interface {
ResolveGVKToGVKPs(gvk schema.GroupVersionKind) (resolvedGVKPs []discovery.GroupVersionKindPlural, err error)
}
Expand Down

0 comments on commit 2bbd48e

Please sign in to comment.