diff --git a/pkg/apis/sources/v1/apiserver_types.go b/pkg/apis/sources/v1/apiserver_types.go index 1a9ff4eafc7..cfe41a956b1 100644 --- a/pkg/apis/sources/v1/apiserver_types.go +++ b/pkg/apis/sources/v1/apiserver_types.go @@ -100,10 +100,6 @@ type ApiServerSourceStatus struct { // Namespaces show the namespaces currently watched by the ApiServerSource Namespaces []string `json:"namespaces"` - - // Auth provides the relevant information for OIDC authentication. - // +optional - Auth *duckv1.AuthStatus `json:"auth,omitempty"` } // APIVersionKind is an APIVersion and Kind tuple.