Skip to content

Commit

Permalink
feat: add FileDiectorySubType (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinso authored Aug 9, 2023
1 parent d0a54de commit 4f3e3e6
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 4f3e3e6

Please sign in to comment.