Skip to content

Commit

Permalink
chore: fix struct name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: luchenhan <[email protected]>
  • Loading branch information
luchenhan committed Apr 29, 2024
1 parent a22ca2c commit f4fe569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/pkg/resource/common/resourcechannels.go
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ func GetPersistentVolumeClaimListChannel(client client.Interface, nsQuery *Names
return channel
}

// CustomResourceDefinitionChannel is a list and error channels to CustomResourceDefinition.
// CustomResourceDefinitionChannelV1 is a list and error channels to CustomResourceDefinition.
type CustomResourceDefinitionChannelV1 struct {
List chan *apiextensions.CustomResourceDefinitionList
Error chan error
Expand Down

0 comments on commit f4fe569

Please sign in to comment.