Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1201,8 +1201,8 @@ spec:
* An existing PVC (PersistentVolumeClaim)
If the provisioner or an external controller can support the specified data source,
it will create a new volume based on the contents of the specified data source.
When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef,
and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
dataSource contents will be copied to dataSourceRef, and dataSourceRef contents will be
copied to dataSource when dataSourceRef.namespace is not specified.
If the namespace is specified, then dataSourceRef will not be copied to dataSource.
properties:
apiGroup:
Expand Down Expand Up @@ -1245,7 +1245,6 @@ spec:
specified.
* While dataSource only allows local objects, dataSourceRef allows objects
in any namespaces.
(Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled.
(Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled.
properties:
apiGroup:
Expand Down Expand Up @@ -1423,9 +1422,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
configMapName:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -462,7 +464,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -677,9 +681,6 @@ spec:
type:
description: Type of statefulset condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down Expand Up @@ -738,9 +739,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -442,9 +444,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -317,9 +319,6 @@ spec:
type:
description: Type of statefulset condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -508,9 +510,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
externalIPs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1201,8 +1201,8 @@ spec:
* An existing PVC (PersistentVolumeClaim)
If the provisioner or an external controller can support the specified data source,
it will create a new volume based on the contents of the specified data source.
When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef,
and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
dataSource contents will be copied to dataSourceRef, and dataSourceRef contents will be
copied to dataSource when dataSourceRef.namespace is not specified.
If the namespace is specified, then dataSourceRef will not be copied to dataSource.
properties:
apiGroup:
Expand Down Expand Up @@ -1245,7 +1245,6 @@ spec:
specified.
* While dataSource only allows local objects, dataSourceRef allows objects
in any namespaces.
(Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled.
(Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled.
properties:
apiGroup:
Expand Down Expand Up @@ -1423,9 +1422,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
configMapName:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -462,7 +464,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -677,9 +681,6 @@ spec:
type:
description: Type of statefulset condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down Expand Up @@ -738,9 +739,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -442,9 +444,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -317,9 +319,6 @@ spec:
type:
description: Type of statefulset condition.
type: string
required:
- status
- type
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ spec:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
description: |-
The key to select from the ConfigMap's Data field.
Keys in the BinaryData field are not currently propagated to container env vars.
type: string
name:
default: ""
Expand Down Expand Up @@ -508,9 +510,6 @@ spec:
type:
description: Type of deployment condition.
type: string
required:
- status
- type
type: object
type: array
externalIPs:
Expand Down
Loading
Loading