Add VS namespace to VSC printed columns
This commit is contained in:
@@ -42,6 +42,10 @@ spec:
|
|||||||
jsonPath: .spec.volumeSnapshotRef.name
|
jsonPath: .spec.volumeSnapshotRef.name
|
||||||
name: VolumeSnapshot
|
name: VolumeSnapshot
|
||||||
type: string
|
type: string
|
||||||
|
- description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound.
|
||||||
|
jsonPath: .spec.volumeSnapshotRef.namespace
|
||||||
|
name: VolumeSnapshotNamespace
|
||||||
|
type: string
|
||||||
- jsonPath: .metadata.creationTimestamp
|
- jsonPath: .metadata.creationTimestamp
|
||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
@@ -177,6 +181,10 @@ spec:
|
|||||||
jsonPath: .spec.volumeSnapshotRef.name
|
jsonPath: .spec.volumeSnapshotRef.name
|
||||||
name: VolumeSnapshot
|
name: VolumeSnapshot
|
||||||
type: string
|
type: string
|
||||||
|
- description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound.
|
||||||
|
jsonPath: .spec.volumeSnapshotRef.namespace
|
||||||
|
name: VolumeSnapshotNamespace
|
||||||
|
type: string
|
||||||
- jsonPath: .metadata.creationTimestamp
|
- jsonPath: .metadata.creationTimestamp
|
||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
|
Reference in New Issue
Block a user