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
12 changes: 11 additions & 1 deletion bundle/manifests/oadp.openshift.io_nonadminbackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ spec:
singular: nonadminbackup
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.veleroBackup.status.phase
name: Velero-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminBackup is the Schema for the nonadminbackups API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@ spec:
singular: nonadminbackupstoragelocationrequest
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.nonAdminBackupStorageLocation.namespace
name: Request-Namespace
type: string
- jsonPath: .status.nonAdminBackupStorageLocation.name
name: Request-Name
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminBackupStorageLocationRequest is the Schema for the nonadminbackupstoragelocationrequests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@ spec:
singular: nonadminbackupstoragelocation
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='ClusterAdminApproved')].status
name: Request-Approved
type: string
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.veleroBackupStorageLocation.status.phase
name: Velero-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminBackupStorageLocation is the Schema for the nonadminbackupstoragelocations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ spec:
versions:
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Status
name: Request-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down
12 changes: 11 additions & 1 deletion bundle/manifests/oadp.openshift.io_nonadminrestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ spec:
singular: nonadminrestore
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.veleroRestore.status.phase
name: Velero-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminRestore is the Schema for the nonadminrestores API
Expand Down
12 changes: 11 additions & 1 deletion config/crd/bases/oadp.openshift.io_nonadminbackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ spec:
singular: nonadminbackup
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.veleroBackup.status.phase
name: Velero-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminBackup is the Schema for the nonadminbackups API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@ spec:
singular: nonadminbackupstoragelocationrequest
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.nonAdminBackupStorageLocation.namespace
name: Request-Namespace
type: string
- jsonPath: .status.nonAdminBackupStorageLocation.name
name: Request-Name
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminBackupStorageLocationRequest is the Schema for the nonadminbackupstoragelocationrequests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@ spec:
singular: nonadminbackupstoragelocation
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='ClusterAdminApproved')].status
name: Request-Approved
type: string
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.veleroBackupStorageLocation.status.phase
name: Velero-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminBackupStorageLocation is the Schema for the nonadminbackupstoragelocations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ spec:
versions:
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Status
name: Request-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down
12 changes: 11 additions & 1 deletion config/crd/bases/oadp.openshift.io_nonadminrestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ spec:
singular: nonadminrestore
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Request-Phase
type: string
- jsonPath: .status.veleroRestore.status.phase
name: Velero-Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: NonAdminRestore is the Schema for the nonadminrestores API
Expand Down