@@ -125,53 +125,3 @@ const (
125
125
// is not in ready state.
126
126
VirtualMachineImageProviderNotReadyReason = "VirtualMachineImageProviderNotReady"
127
127
)
128
-
129
- // Condition.Reason for Conditions related to VirtualMachinePublishRequest.
130
- const (
131
- // SourceVirtualMachineNotExistReason documents that the source VM of
132
- // the VirtualMachinePublishRequest doesn't exist.
133
- SourceVirtualMachineNotExistReason = "SourceVirtualMachineNotExist"
134
-
135
- // SourceVirtualMachineNotCreatedReason documents that the source VM of
136
- // the VirtualMachinePublishRequest hasn't been created.
137
- SourceVirtualMachineNotCreatedReason = "SourceVirtualMachineNotCreated"
138
-
139
- // TargetContentLibraryNotExistReason documents that the target content
140
- // library of the VirtualMachinePublishRequest doesn't exist.
141
- TargetContentLibraryNotExistReason = "TargetContentLibraryNotExist"
142
-
143
- // TargetContentLibraryNotWritableReason documents that the target content
144
- // library of the VirtualMachinePublishRequest isn't writable.
145
- TargetContentLibraryNotWritableReason = "TargetContentLibraryNotWritable"
146
-
147
- // TargetItemAlreadyExistsReason documents that in the target content
148
- // library, there is already an item, which has the same name with the
149
- // VirtualMachinePublishRequest's target item.
150
- TargetItemAlreadyExistsReason = "TargetItemAlreadyExists"
151
-
152
- // TargetVirtualMachineImageNotFoundReason documents that the expected
153
- // VirtualMachineImage resource which is corresponding to VirtualMachinePublishRequest
154
- // target item is not found in the cluster.
155
- TargetVirtualMachineImageNotFoundReason = "VirtualMachineImageNotFound"
156
-
157
- // UploadTaskQueuedReason documents that the VM publish task is in queued status.
158
- UploadTaskQueuedReason = "Queued"
159
-
160
- // UploadingReason documents that the VM publish task is in running status
161
- // and the published item is uploading to the target location.
162
- UploadingReason = "Uploading"
163
-
164
- // UploadFailureReason documents that uploading published item to the
165
- // target location failed.
166
- UploadFailureReason = "UploadFailure"
167
-
168
- // HasNotBeenUploadedReason documents that the VirtualMachinePublishRequest
169
- // hasn't completed because the published item hasn't been uploaded
170
- // to the target location.
171
- HasNotBeenUploadedReason = "HasNotBeenUploaded"
172
-
173
- // ImageUnavailableReason documents that the VirtualMachinePublishRequest
174
- // hasn't been completed because the expected VirtualMachineImage resource
175
- // hasn't been available yet.
176
- ImageUnavailableReason = "ImageUnavailable"
177
- )
0 commit comments