Skip to content

Commit

Permalink
Add support for container registry operations (#278)
Browse files Browse the repository at this point in the history
* Add initial container registry implementation

* Use variable error naming

* Fix godoc typo on object storage

* Add plans and regions list for Container Reg

* Add package comment

* Ignore dupl between VCR and Kubernetes

* Add the docker credential creation to container reg

Fix some linting and comment formatting as well

* Remove uneccesary comment

* Move container reg option type struct

* Add the metadata structs

* Add region datacenter struct

* Rename VCR update request param struct

* Fix kubernets test output

* Make registry repos struct private

* Rename VCR repository update data struct

* Make nested struct for plans its own type

* Add VCR tests

* Ignore goconst and dogsled in tests
  • Loading branch information
optik-aper authored Nov 10, 2023
1 parent ef4ca43 commit b12163a
Show file tree
Hide file tree
Showing 7 changed files with 1,547 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ issues:
- dupl
- gosec
- lll
- goconst
- dogsled

run:
timeout: 5m
Loading

0 comments on commit b12163a

Please sign in to comment.