run hack/update.sh

Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
Ashish Amarnath
2024-06-21 13:39:20 -07:00
committed by Ryan Richard
parent 842f14af4c
commit 19c3f2cb04
88 changed files with 2328 additions and 48 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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