Skip to content

Commit

Permalink
Merge pull request #30 from appuio/fix/organization-scheme
Browse files Browse the repository at this point in the history
Add Organization to scheme
  • Loading branch information
glrf authored Feb 3, 2022
2 parents a84c888 + 92ec370 commit 9b44b52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/organization/v1/organization_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@ func (o *Organization) ToNamespace() *corev1.Namespace {
ns.Annotations[DisplayNameKey] = o.Spec.DisplayName
return ns
}

func init() {
SchemeBuilder.Register(&Organization{}, &OrganizationList{})
}

0 comments on commit 9b44b52

Please sign in to comment.