Skip to content

Commit

Permalink
Group deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Jan 13, 2023
1 parent 4e02b74 commit 7d5b490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions container_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ func (s RegistryRepositoryTag) String() string {
// https://docs.gitlab.com/ee/api/container_registry.html#list-registry-repositories
type ListRegistryRepositoriesOptions struct {
ListOptions
// Deprecated: This option is deprecated only for ListGroupRegistryRepositories calls. (Removed in GitLab 15.0)
Tags *bool `url:"tags,omitempty" json:"tags,omitempty"`
// Deprecated: This option is deprecated only for ListGroupRegistryRepositories calls. (Removed in GitLab 15.0)

// Deprecated: These options are deprecated for ListGroupRegistryRepositories calls. (Removed in GitLab 15.0)
Tags *bool `url:"tags,omitempty" json:"tags,omitempty"`
TagsCount *bool `url:"tags_count,omitempty" json:"tags_count,omitempty"`
}

Expand Down

0 comments on commit 7d5b490

Please sign in to comment.