Skip to content

Commit 01d413e

Browse files
authored
Add init for apiauth (#193)
1 parent 0c25a70 commit 01d413e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/auth/v1alpha1/apiauthentication_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ type APIAuthenticationList struct {
4545
// List of APIAuthentication objects
4646
Items []APIAuthentication `json:"items"`
4747
}
48+
49+
func init() {
50+
SchemeBuilder.Register(&APIAuthentication{}, &APIAuthenticationList{})
51+
}

0 commit comments

Comments
 (0)