Skip to content

Commit

Permalink
feat: versionedataset graphql api
Browse files Browse the repository at this point in the history
  • Loading branch information
0xff-dev committed Nov 22, 2023
1 parent 85f0df0 commit e170717
Show file tree
Hide file tree
Showing 12 changed files with 1,568 additions and 133 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/versioneddataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func CopyedFileGroup2Status(minioClient *minio.Client, instance *VersionedDatase
if instance.DeletionTimestamp != nil {
source := instance.Status.Files
instance.Status.Files = nil
return true, source
return false, source
}

// 1. First store the information about the status of the file that has been saved in the current status.
Expand Down
876 changes: 858 additions & 18 deletions deploy/charts/arcadia/crds/arcadia.kubeagi.k8s.com.cn_workers.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit e170717

Please sign in to comment.