Skip to content

Commit

Permalink
added openapi-gen=true to PropagatedClaims
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Jan 29, 2024
1 parent 5766c61 commit 6f21cc1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ type IdentityClaimsEmbedded struct {
Company string `json:"company,omitempty"`
}

// +k8s:openapi-gen=true
type PropagatedClaims struct {
// Sub contains the value of the 'sub' claim
Sub string `json:"sub"`
Expand Down
51 changes: 51 additions & 0 deletions api/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f21cc1

Please sign in to comment.