|
|
@@ -79,17 +79,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
clientSecret:
|
|
|
@@ -98,17 +107,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
type: object
|
|
|
@@ -135,11 +153,17 @@ spec:
|
|
|
name:
|
|
|
description: The name of the ServiceAccount resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ Namespace of the resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
required:
|
|
|
- name
|
|
|
@@ -207,11 +231,17 @@ spec:
|
|
|
name:
|
|
|
description: The name of the ServiceAccount resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ Namespace of the resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
required:
|
|
|
- name
|
|
|
@@ -227,17 +257,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
secretAccessKeySecretRef:
|
|
|
@@ -245,17 +284,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
sessionTokenSecretRef:
|
|
|
@@ -266,17 +314,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
type: object
|
|
|
@@ -321,17 +378,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
type: object
|
|
|
@@ -357,11 +423,17 @@ spec:
|
|
|
name:
|
|
|
description: The name of the ServiceAccount resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ Namespace of the resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
required:
|
|
|
- name
|
|
|
@@ -392,22 +464,31 @@ spec:
|
|
|
properties:
|
|
|
secretRef:
|
|
|
description: |-
|
|
|
- A reference to a specific 'key' within a Secret resource,
|
|
|
+ A reference to a specific 'key' within a Secret resource.
|
|
|
In some instances, `key` is a required field.
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
required:
|
|
|
@@ -501,11 +582,17 @@ spec:
|
|
|
name:
|
|
|
description: The name of the ServiceAccount resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ Namespace of the resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
required:
|
|
|
- name
|
|
|
@@ -521,17 +608,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
secretAccessKeySecretRef:
|
|
|
@@ -539,17 +635,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
sessionTokenSecretRef:
|
|
|
@@ -560,17 +665,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
type: object
|
|
|
@@ -661,17 +775,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
secretRef:
|
|
|
@@ -683,17 +806,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
required:
|
|
|
@@ -712,17 +844,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
secretRef:
|
|
|
@@ -732,17 +873,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
type: object
|
|
|
@@ -774,11 +924,17 @@ spec:
|
|
|
name:
|
|
|
description: The name of the ServiceAccount
|
|
|
resource being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ Namespace of the resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
required:
|
|
|
- name
|
|
|
@@ -803,17 +959,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
secretAccessKeySecretRef:
|
|
|
@@ -822,17 +987,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
sessionTokenSecretRef:
|
|
|
@@ -843,17 +1017,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
type: object
|
|
|
@@ -915,11 +1098,17 @@ spec:
|
|
|
name:
|
|
|
description: The name of the ServiceAccount
|
|
|
resource being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ Namespace of the resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
required:
|
|
|
- name
|
|
|
@@ -945,17 +1134,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
required:
|
|
|
@@ -986,17 +1184,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
serviceAccountRef:
|
|
|
@@ -1017,11 +1224,17 @@ spec:
|
|
|
name:
|
|
|
description: The name of the ServiceAccount
|
|
|
resource being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ Namespace of the resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
required:
|
|
|
- name
|
|
|
@@ -1049,17 +1262,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
username:
|
|
|
@@ -1085,17 +1307,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
userPass:
|
|
|
@@ -1116,17 +1347,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource
|
|
|
being referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
username:
|
|
|
@@ -1154,15 +1394,24 @@ spec:
|
|
|
key:
|
|
|
description: The key where the CA certificate can
|
|
|
be found in the Secret or ConfigMap.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the object located at the
|
|
|
provider type.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
The namespace the Provider type is in.
|
|
|
Can only be defined when used in a ClusterSecretStore.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type:
|
|
|
description: The type of provider to use such as "Secret",
|
|
|
@@ -1227,17 +1476,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
keySecretRef:
|
|
|
@@ -1248,17 +1506,26 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
- The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
|
|
|
- defaulted, in others it may be required.
|
|
|
+ A key in the referenced Secret.
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: |-
|
|
|
- Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
|
|
|
- to the namespace of the referent.
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type: object
|
|
|
type: object
|
|
|
@@ -1321,15 +1588,24 @@ spec:
|
|
|
webhook server certificate.
|
|
|
properties:
|
|
|
key:
|
|
|
- description: The key the value inside of the provider
|
|
|
- type to use, only used with "Secret" type
|
|
|
+ description: The key where the CA certificate can be found
|
|
|
+ in the Secret or ConfigMap.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the object located at the provider
|
|
|
type.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
namespace:
|
|
|
description: The namespace the Provider type is in.
|
|
|
+ maxLength: 63
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
type: string
|
|
|
type:
|
|
|
description: The type of provider to use such as "Secret",
|
|
|
@@ -1371,10 +1647,16 @@ spec:
|
|
|
properties:
|
|
|
key:
|
|
|
description: The key where the token is found.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
type: string
|
|
|
name:
|
|
|
description: The name of the Secret resource being
|
|
|
referred to.
|
|
|
+ maxLength: 253
|
|
|
+ minLength: 1
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
type: string
|
|
|
type: object
|
|
|
required:
|