Skip to content

Commit

Permalink
chore: fix struct name in comment (#8979)
Browse files Browse the repository at this point in the history
Signed-off-by: luchenhan <[email protected]>
  • Loading branch information
luchenhan authored Apr 30, 2024
1 parent b2ad5b1 commit fe0e883
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 fe0e883

Please sign in to comment.