Skip to content

Commit b12163a

Browse files
authored
Add support for container registry operations (#278)
* 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
1 parent ef4ca43 commit b12163a

7 files changed

+1547
-21
lines changed

.golangci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ issues:
130130
- dupl
131131
- gosec
132132
- lll
133+
- goconst
134+
- dogsled
133135

134136
run:
135137
timeout: 5m

0 commit comments

Comments
 (0)