Skip to content

Commit

Permalink
run hack/update.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
  • Loading branch information
ashish-amarnath committed Jun 20, 2024
1 parent 89a42eb commit 1eea7f3
Show file tree
Hide file tree
Showing 88 changed files with 1,896 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,28 @@ spec:
description: X.509 Certificate Authority (base64-encoded PEM bundle).
If omitted, a default set of system roots will be trusted.
type: string
certificateAuthorityDataSource:
description: CABundleSource provides a source for CA bundle used
for client-side TLS verification.
properties:
key:
description: Key within the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
kind:
description: Whether the CA bundle is being sourced from a
kubernetes secret or a configmap.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
type: object
type: object
required:
- audience
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,28 @@ spec:
description: X.509 Certificate Authority (base64-encoded PEM bundle).
If omitted, a default set of system roots will be trusted.
type: string
certificateAuthorityDataSource:
description: CABundleSource provides a source for CA bundle used
for client-side TLS verification.
properties:
key:
description: Key within the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
kind:
description: Whether the CA bundle is being sourced from a
kubernetes secret or a configmap.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
type: object
type: object
required:
- endpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,28 @@ spec:
description: X.509 Certificate Authority (base64-encoded PEM bundle).
If omitted, a default set of system roots will be trusted.
type: string
certificateAuthorityDataSource:
description: CABundleSource provides a source for CA bundle used
for client-side TLS verification.
properties:
key:
description: Key within the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
kind:
description: Whether the CA bundle is being sourced from a
kubernetes secret or a configmap.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
type: object
type: object
userSearch:
description: UserSearch contains the configuration for searching for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,28 @@ spec:
bundle). If omitted, a default set of system roots will
be trusted.
type: string
certificateAuthorityDataSource:
description: CABundleSource provides a source for CA bundle
used for client-side TLS verification.
properties:
key:
description: Key within the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
kind:
description: Whether the CA bundle is being sourced from
a kubernetes secret or a configmap.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
type: object
type: object
type: object
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,28 @@ spec:
description: X.509 Certificate Authority (base64-encoded PEM bundle).
If omitted, a default set of system roots will be trusted.
type: string
certificateAuthorityDataSource:
description: CABundleSource provides a source for CA bundle used
for client-side TLS verification.
properties:
key:
description: Key within the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
kind:
description: Whether the CA bundle is being sourced from a
kubernetes secret or a configmap.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
type: object
type: object
userSearch:
description: UserSearch contains the configuration for searching for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,28 @@ spec:
description: X.509 Certificate Authority (base64-encoded PEM bundle).
If omitted, a default set of system roots will be trusted.
type: string
certificateAuthorityDataSource:
description: CABundleSource provides a source for CA bundle used
for client-side TLS verification.
properties:
key:
description: Key within the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
kind:
description: Whether the CA bundle is being sourced from a
kubernetes secret or a configmap.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
type: object
type: object
required:
- client
Expand Down
40 changes: 40 additions & 0 deletions generated/1.24/README.adoc

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

15 changes: 15 additions & 0 deletions generated/1.24/apis/concierge/authentication/v1alpha1/types_tls.go

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

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

16 changes: 16 additions & 0 deletions generated/1.24/apis/supervisor/idp/v1alpha1/types_tls.go

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

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

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

Loading

0 comments on commit 1eea7f3

Please sign in to comment.