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: MigrationTask represents an migration task
38
-
properties:
39
-
apiVersion:
40
-
description: 'APIVersion defines the versioned schema of this representation
33
+
- name: v1alpha1
34
+
schema:
35
+
openAPIV3Schema:
36
+
description: MigrationTask represents an migration task
37
+
properties:
38
+
apiVersion:
39
+
description: 'APIVersion defines the versioned schema of this representation
41
40
of an object. Servers should convert recognized schemas to the latest
42
41
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
43
-
type: string
44
-
kind:
45
-
description: 'Kind is a string value representing the REST resource this
42
+
type: string
43
+
kind:
44
+
description: 'Kind is a string value representing the REST resource this
46
45
object represents. Servers may infer this from the endpoint the client
47
46
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
48
-
type: string
49
-
metadata:
50
-
type: object
51
-
spec:
52
-
description: Spec i.e. specifications of the MigrationTask
53
-
properties:
54
-
cstorPool:
55
-
description: MigrateCStorPool contains the details of the cstor pool
56
-
to be migrated
57
-
properties:
58
-
rename:
59
-
description: If a CSPC with the same name as SPC already exists
60
-
then we can rename SPC during migration using Rename
61
-
type: string
62
-
spcName:
63
-
description: SPCName contains the name of the storage pool claim
64
-
to be migrated
65
-
type: string
66
-
type: object
67
-
cstorVolume:
68
-
description: MigrateCStorVolume contains the details of the cstor
69
-
volume to be migrated
70
-
properties:
71
-
pvName:
72
-
description: PVName contains the name of the pv associated with
73
-
the cstor volume to be migrated
74
-
type: string
75
-
type: object
76
-
type: object
77
-
status:
78
-
description: Status of MigrationTask
79
-
properties:
80
-
completedTime:
81
-
description: CompletedTime of Migrate
82
-
format: date-time
83
-
nullable: true
84
-
type: string
85
-
migrationDetailedStatuses:
86
-
description: MigrationDetailedStatuses contains the list of statuses
87
-
of each step
88
-
items:
89
-
description: MigrationDetailedStatuses represents the latest available
90
-
observations of a MigrationTask current state.
47
+
type: string
48
+
metadata:
49
+
type: object
50
+
spec:
51
+
description: Spec i.e. specifications of the MigrationTask
52
+
properties:
53
+
cstorPool:
54
+
description: MigrateCStorPool contains the details of the cstor pool
55
+
to be migrated
91
56
properties:
92
-
lastUpdatedAt:
93
-
description: LastUpdatedTime of a MigrateStep
94
-
format: date-time
95
-
nullable: true
57
+
rename:
58
+
description: If a CSPC with the same name as SPC already exists
59
+
then we can rename SPC during migration using Rename
96
60
type: string
97
-
message:
98
-
description: A human-readable message indicating details about
99
-
why the migrationStep is in this state
61
+
spcName:
62
+
description: SPCName contains the name of the storage pool claim
63
+
to be migrated
100
64
type: string
101
-
phase:
102
-
description: Phase indicates if the MigrateStep is waiting,
103
-
errored or completed.
104
-
type: string
105
-
reason:
106
-
description: Reason is a brief CamelCase string that describes
107
-
any failure and is meant for machine parsing and tidy display
108
-
in the CLI
109
-
type: string
110
-
startTime:
111
-
description: StartTime of a MigrateStep
112
-
format: date-time
113
-
nullable: true
114
-
type: string
115
-
step:
65
+
type: object
66
+
cstorVolume:
67
+
description: MigrateCStorVolume contains the details of the cstor
68
+
volume to be migrated
69
+
properties:
70
+
pvName:
71
+
description: PVName contains the name of the pv associated with
72
+
the cstor volume to be migrated
116
73
type: string
117
74
type: object
118
-
type: array
119
-
phase:
120
-
description: Phase indicates if a migrationTask is started, success
121
-
or errored
122
-
type: string
123
-
retries:
124
-
description: Retries is the number of times the job attempted to migration
125
-
the resource
126
-
type: integer
127
-
startTime:
128
-
description: StartTime of Migrate
129
-
format: date-time
130
-
nullable: true
131
-
type: string
132
-
type: object
133
-
required:
134
-
- spec
135
-
type: object
136
-
served: true
137
-
storage: true
138
-
status:
139
-
acceptedNames:
140
-
kind: ""
141
-
plural: ""
142
-
conditions: []
143
-
storedVersions: []
75
+
type: object
76
+
status:
77
+
description: Status of MigrationTask
78
+
properties:
79
+
completedTime:
80
+
description: CompletedTime of Migrate
81
+
format: date-time
82
+
type: string
83
+
migrationDetailedStatuses:
84
+
description: MigrationDetailedStatuses contains the list of statuses
85
+
of each step
86
+
items:
87
+
description: MigrationDetailedStatuses represents the latest available
88
+
observations of a MigrationTask current state.
89
+
properties:
90
+
lastUpdatedAt:
91
+
description: LastUpdatedTime of a MigrateStep
92
+
format: date-time
93
+
type: string
94
+
message:
95
+
description: A human-readable message indicating details about
96
+
why the migrationStep is in this state
97
+
type: string
98
+
phase:
99
+
description: Phase indicates if the MigrateStep is waiting,
100
+
errored or completed.
101
+
type: string
102
+
reason:
103
+
description: Reason is a brief CamelCase string that describes
104
+
any failure and is meant for machine parsing and tidy display
105
+
in the CLI
106
+
type: string
107
+
startTime:
108
+
description: StartTime of a MigrateStep
109
+
format: date-time
110
+
type: string
111
+
step:
112
+
type: string
113
+
type: object
114
+
type: array
115
+
phase:
116
+
description: Phase indicates if a migrationTask is started, success
117
+
or errored
118
+
type: string
119
+
retries:
120
+
description: Retries is the number of times the job attempted to migration
0 commit comments