mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 06:15:47 +00:00
update generated api docs
Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
committed by
Ryan Richard
parent
19c4acf391
commit
43964ff7a2
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/1.24/README.adoc
generated
2
generated/1.24/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/1.25/README.adoc
generated
2
generated/1.25/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/1.26/README.adoc
generated
2
generated/1.26/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/1.27/README.adoc
generated
2
generated/1.27/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/1.28/README.adoc
generated
2
generated/1.28/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/1.29/README.adoc
generated
2
generated/1.29/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/1.30/README.adoc
generated
2
generated/1.30/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
generated/latest/README.adoc
generated
2
generated/latest/README.adoc
generated
@@ -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. +
|
||||
|===
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user