From 0bd24e247e684d2d87c0a9b158662ac82841314b Mon Sep 17 00:00:00 2001 From: Tomas Smetana Date: Thu, 17 Jun 2021 12:42:45 +0200 Subject: [PATCH] Add VS namespace to VSC printed columns --- .../snapshot.storage.k8s.io_volumesnapshotcontents.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml b/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml index 54ec2d5b..c611221d 100644 --- a/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml +++ b/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml @@ -42,6 +42,10 @@ spec: jsonPath: .spec.volumeSnapshotRef.name name: VolumeSnapshot 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 name: Age type: date @@ -177,6 +181,10 @@ spec: jsonPath: .spec.volumeSnapshotRef.name name: VolumeSnapshot 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 name: Age type: date