We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bac406 commit adc5280Copy full SHA for adc5280
pkg/build/api/v1/register.go
@@ -31,6 +31,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
31
&BuildRequest{},
32
&BuildLogOptions{},
33
&BinaryBuildRequestOptions{},
34
+ &metav1.Status{},
35
)
36
metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
37
return nil
0 commit comments