Skip to content

Commit

Permalink
Merge pull request aws-controllers-k8s#217 from jaypipes/ecr
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
  • Loading branch information
mhausenblas committed Aug 19, 2020
2 parents 4a4aae2 + 7bda429 commit 76bcc87
Show file tree
Hide file tree
Showing 26 changed files with 1,816 additions and 6 deletions.
3 changes: 3 additions & 0 deletions scripts/build-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ echo "Generating RBAC manifests for $SERVICE"
controller-gen rbac:roleName=$K8S_RBAC_ROLE_NAME paths=./... output:rbac:artifacts:config=$config_output_dir/rbac

popd 1>/dev/null

echo "Running gofmt against generated code for $SERVICE"
gofmt -w "services/$SERVICE"
4 changes: 4 additions & 0 deletions services/ecr/apis/v1alpha1/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// +k8s:deepcopy-gen=package
// Package v1alpha1 is the v1alpha1 version of the ecr.services.k8s.aws API.
// +groupName=ecr.services.k8s.aws
package v1alpha1
98 changes: 98 additions & 0 deletions services/ecr/apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions services/ecr/apis/v1alpha1/groupversion_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions services/ecr/apis/v1alpha1/repository.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions services/ecr/apis/v1alpha1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 76bcc87

Please sign in to comment.