Skip to content

Commit

Permalink
remove the auth definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo6Leo committed Oct 10, 2023
1 parent f2acf7b commit 24186bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/apis/sources/v1/apiserver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 24186bc

Please sign in to comment.