Skip to content

Commit 9e09b56

Browse files
committed
make generate-with-container
1 parent b662ec4 commit 9e09b56

4 files changed

+22
-0
lines changed

config/v1/0000_10_config-operator_01_oauth.crd.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -295,16 +295,27 @@ spec:
295295
type: array
296296
items:
297297
type: string
298+
x-kubernetes-list-type: atomic
299+
groups:
300+
description: groups is the list of claims value of which should be used to synchronize groups from the OIDC provider to OpenShift for the user. If multiple claims are specified, the first one with a non-empty value is used.
301+
type: array
302+
items:
303+
description: OpenIDClaim represents a claim retrieved from an OpenID provider's tokens or userInfo responses
304+
type: string
305+
minLength: 1
306+
x-kubernetes-list-type: atomic
298307
name:
299308
description: name is the list of claims whose values should be used as the display name. Optional. If unspecified, no display name is set for the identity
300309
type: array
301310
items:
302311
type: string
312+
x-kubernetes-list-type: atomic
303313
preferredUsername:
304314
description: preferredUsername is the list of claims whose values should be used as the preferred username. If unspecified, the preferred username is determined from the value of the sub claim
305315
type: array
306316
items:
307317
type: string
318+
x-kubernetes-list-type: atomic
308319
clientID:
309320
description: clientID is the oauth client ID
310321
type: string

config/v1/zz_generated.deepcopy.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/v1/zz_generated.swagger_doc_generated.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

osin/v1/zz_generated.deepcopy.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)