Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated ECR Repository API & Controller #409

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 0 additions & 131 deletions apis/ecr/v1alpha1/common.go

This file was deleted.

21 changes: 0 additions & 21 deletions apis/ecr/v1alpha1/doc.go

This file was deleted.

8 changes: 8 additions & 0 deletions apis/ecr/v1alpha1/generator-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ignore:
shape_names:
- RepositoryName
resources:
Repository:
exceptions:
codes:
404: RepositoryNotFoundException
53 changes: 0 additions & 53 deletions apis/ecr/v1alpha1/register.go

This file was deleted.

6 changes: 6 additions & 0 deletions apis/ecr/v1alpha1/zz_doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// +kubebuilder:object:generate=true
// Package v1alpha1 is the v1alpha1 version of the ecr.aws.crossplane.io API.
// +groupName=ecr.aws.crossplane.io
// +versionName=v1alpha1

package v1alpha1
98 changes: 98 additions & 0 deletions apis/ecr/v1alpha1/zz_enums.go

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

Loading