update generated api docs

Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
Ashish Amarnath
2024-07-31 13:11:16 -07:00
committed by Ryan Richard
parent 19c4acf391
commit 43964ff7a2
72 changed files with 176 additions and 96 deletions

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -113,8 +113,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -84,8 +84,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
minLength: 1
type: string
required:

View File

@@ -188,8 +188,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -243,8 +243,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which
to read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -179,8 +179,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -229,8 +229,9 @@ spec:
- ConfigMap
type: string
name:
description: Name of the secret or configmap from which to
read the CA bundle.
description: |-
Name of the secret or configmap from which to read the CA bundle.
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
minLength: 1
type: string
required:

View File

@@ -40,6 +40,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===
@@ -1684,6 +1685,7 @@ CABundleSource provides a source for CA bundle used for client-side TLS verifica
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. +
| *`name`* __string__ | Name of the secret or configmap from which to read the CA bundle. +
The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed. +
| *`key`* __string__ | Key within the secret or configmap from which to read the CA bundle. +
|===

View File

@@ -11,6 +11,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Concierge is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.

View File

@@ -12,6 +12,7 @@ type CABundleSource struct {
// +kubebuilder:validation:Enum=Secret;ConfigMap
Kind string `json:"kind"`
// Name of the secret or configmap from which to read the CA bundle.
// The referenced secret or configmap must be created in the same namespace where Pinniped Supervisor is installed.
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`
// Key within the secret or configmap from which to read the CA bundle.