You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- description: Name of the volume for which this backup is destined
21
-
jsonPath: .spec.volumeName
22
-
name: Volume
23
-
type: string
24
-
- description: Name of the backup or scheduled backup
25
-
jsonPath: .spec.backupName
26
-
name: Backup/Schedule
27
-
type: string
28
-
- description: Identifies the phase of the backup
29
-
jsonPath: .status
30
-
name: Status
31
-
type: string
32
-
name: v1
33
-
schema:
34
-
openAPIV3Schema:
35
-
description: CStorBackup describes a cstor backup resource created as a custom
36
-
resource
37
-
properties:
38
-
apiVersion:
39
-
description: 'APIVersion defines the versioned schema of this representation
18
+
- additionalPrinterColumns:
19
+
- description: Name of the volume for which this backup is destined
20
+
jsonPath: .spec.volumeName
21
+
name: Volume
22
+
type: string
23
+
- description: Name of the backup or scheduled backup
24
+
jsonPath: .spec.backupName
25
+
name: Backup/Schedule
26
+
type: string
27
+
- description: Identifies the phase of the backup
28
+
jsonPath: .status
29
+
name: Status
30
+
type: string
31
+
name: v1
32
+
schema:
33
+
openAPIV3Schema:
34
+
description: CStorBackup describes a cstor backup resource created as a custom
35
+
resource
36
+
properties:
37
+
apiVersion:
38
+
description: 'APIVersion defines the versioned schema of this representation
40
39
of an object. Servers should convert recognized schemas to the latest
41
40
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
42
-
type: string
43
-
kind:
44
-
description: 'Kind is a string value representing the REST resource this
41
+
type: string
42
+
kind:
43
+
description: 'Kind is a string value representing the REST resource this
45
44
object represents. Servers may infer this from the endpoint the client
46
45
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
47
-
type: string
48
-
metadata:
49
-
type: object
50
-
spec:
51
-
description: CStorBackupSpec is the spec for a CStorBackup resource
52
-
properties:
53
-
backupDest:
54
-
description: BackupDest is the remote address for backup transfer
55
-
type: string
56
-
backupName:
57
-
description: BackupName is the name of the backup or scheduled backup
58
-
type: string
59
-
localSnap:
60
-
description: LocalSnap is the flag to enable local snapshot only
61
-
type: boolean
62
-
prevSnapName:
63
-
description: PrevSnapName is the last completed-backup's snapshot
64
-
name
65
-
type: string
66
-
snapName:
67
-
description: SnapName is the name of the current backup snapshot
68
-
type: string
69
-
volumeName:
70
-
description: VolumeName is the name of the volume for which this backup
71
-
is destined
72
-
type: string
73
-
required:
74
-
- backupName
75
-
- snapName
76
-
- volumeName
77
-
type: object
78
-
status:
79
-
description: CStorBackupStatus is a string type that represents the status
80
-
of the backup
81
-
type: string
82
-
required:
83
-
- spec
84
-
type: object
85
-
served: true
86
-
storage: true
87
-
subresources: {}
46
+
type: string
47
+
metadata:
48
+
type: object
49
+
spec:
50
+
description: CStorBackupSpec is the spec for a CStorBackup resource
51
+
properties:
52
+
backupDest:
53
+
description: BackupDest is the remote address for backup transfer
54
+
type: string
55
+
backupName:
56
+
description: BackupName is the name of the backup or scheduled backup
57
+
type: string
58
+
localSnap:
59
+
description: LocalSnap is the flag to enable local snapshot only
60
+
type: boolean
61
+
prevSnapName:
62
+
description: PrevSnapName is the last completed-backup's snapshot
63
+
name
64
+
type: string
65
+
snapName:
66
+
description: SnapName is the name of the current backup snapshot
67
+
type: string
68
+
volumeName:
69
+
description: VolumeName is the name of the volume for which this backup
70
+
is destined
71
+
type: string
72
+
required:
73
+
- backupName
74
+
- snapName
75
+
- volumeName
76
+
type: object
77
+
status:
78
+
description: CStorBackupStatus is a string type that represents the status
0 commit comments