We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c25a70 commit 01d413eCopy full SHA for 01d413e
api/auth/v1alpha1/apiauthentication_types.go
@@ -45,3 +45,7 @@ type APIAuthenticationList struct {
45
// List of APIAuthentication objects
46
Items []APIAuthentication `json:"items"`
47
}
48
+
49
+func init() {
50
+ SchemeBuilder.Register(&APIAuthentication{}, &APIAuthenticationList{})
51
+}
0 commit comments