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 authored and cfryanr committed Aug 5, 2024
1 parent 842f14a commit 19c3f2c
Show file tree
Hide file tree
Showing 88 changed files with 2,328 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,33 @@ 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: Reference to a CA bundle in a secret or a configmap.
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.
Secrets must be of type kubernetes.io/tls or Opaque.
For configmaps, the value associated with the key is not expected to be base64 encoded.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
required:
- key
- kind
- name
type: object
type: object
required:
- audience
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,33 @@ 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: Reference to a CA bundle in a secret or a configmap.
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.
Secrets must be of type kubernetes.io/tls or Opaque.
For configmaps, the value associated with the key is not expected to be base64 encoded.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
required:
- key
- kind
- name
type: object
type: object
required:
- endpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,33 @@ 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: Reference to a CA bundle in a secret or a configmap.
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.
Secrets must be of type kubernetes.io/tls or Opaque.
For configmaps, the value associated with the key is not expected to be base64 encoded.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
required:
- key
- kind
- name
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,33 @@ spec:
bundle). If omitted, a default set of system roots will
be trusted.
type: string
certificateAuthorityDataSource:
description: Reference to a CA bundle in a secret or a configmap.
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.
Secrets must be of type kubernetes.io/tls or Opaque.
For configmaps, the value associated with the key is not expected to be base64 encoded.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
minLength: 1
type: string
required:
- key
- kind
- name
type: object
type: object
type: object
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,33 @@ 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: Reference to a CA bundle in a secret or a configmap.
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.
Secrets must be of type kubernetes.io/tls or Opaque.
For configmaps, the value associated with the key is not expected to be base64 encoded.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
required:
- key
- kind
- name
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,33 @@ 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: Reference to a CA bundle in a secret or a configmap.
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.
Secrets must be of type kubernetes.io/tls or Opaque.
For configmaps, the value associated with the key is not expected to be base64 encoded.
enum:
- Secret
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
minLength: 1
type: string
required:
- key
- kind
- name
type: object
type: object
required:
- client
Expand Down
44 changes: 44 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.

18 changes: 18 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.

19 changes: 19 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.

Loading

0 comments on commit 19c3f2c

Please sign in to comment.