From 24186bc5e6a0c483ffbf258d6e32f9d76cac007e Mon Sep 17 00:00:00 2001 From: Leo Li Date: Tue, 10 Oct 2023 10:06:28 -0400 Subject: [PATCH] remove the auth definition --- pkg/apis/sources/v1/apiserver_types.go | 4 ---- 1 file changed, 4 deletions(-) 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.