Skip to content

Commit

Permalink
chore: add GetTypeName() for KongConsumerGroup (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Aug 1, 2024
1 parent 0ed30e4 commit c98bf64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/configuration/v1beta1/kongconsumergroup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ type KongConsumerGroup struct {
Status KongConsumerGroupStatus `json:"status,omitempty"`
}

func (c KongConsumerGroup) GetTypeName() string {
return "KongConsumerGroup"
}

// +kubebuilder:object:root=true

// KongConsumerGroupList contains a list of KongConsumerGroups.
Expand Down

0 comments on commit c98bf64

Please sign in to comment.