Skip to content

Commit

Permalink
Merge pull request #89 from fcgravalos/generate_deepcopy_methods
Browse files Browse the repository at this point in the history
keep generated files in repo to implement runtime.Object interface
  • Loading branch information
Wiston999 authored Sep 14, 2022
2 parents f412074 + aab9850 commit 3fd9e76
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ testbin
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Kubernetes Generated files - skip generated files, except for vendored files
*api/**/zz_generated*
# Skip vendored files
!vendor/**/zz_generated.*

# editor and IDE paraphernalia
Expand All @@ -27,4 +26,4 @@ testbin
*.swo
*~

secrets-manager
secrets-manager
137 changes: 137 additions & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

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

0 comments on commit 3fd9e76

Please sign in to comment.