Skip to content

Commit

Permalink
feat: add FileDirectorySubType
Browse files Browse the repository at this point in the history
  • Loading branch information
jzli committed Aug 2, 2023
1 parent 56ad96d commit 6423dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/meta/v1alpha1/repository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const (
// CodeRepositorySubType Code repository subtype
CodeRepositorySubType RepositorySubType = "CodeRepository"

// TODO: add more subtypes
// FileDirectorySubType Raw repository subtype
FileDirectorySubType RepositorySubType = "FileDirectory"
)

var RepositoryGVK = GroupVersion.WithKind("Repository")
Expand Down

0 comments on commit 6423dd7

Please sign in to comment.