Skip to content

Commit

Permalink
openapi: commit low-change code-gen+sample-apiserver specs
Browse files Browse the repository at this point in the history
The former is used as a smoke test to notice changes. The latter is supposed to be published and therefore must be commited. Both do not change much.
  • Loading branch information
sttts committed Jul 12, 2019
1 parent 0124d58 commit 2b19e95
Show file tree
Hide file tree
Showing 3 changed files with 5,216 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,14 @@ kubernetes.tar.gz
# TODO(thockin): uncomment this when we stop committing the generated files.
#zz_generated.*
zz_generated.openapi.go
zz_generated_*_test.go

# TODO(roycaihw): remove this when we stop committing the generated definition
!staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go
zz_generated_*_test.go
# low-change blueprint in code-generator to notice changes
!staging/src/k8s.io/code-generator/_examples/apiserver/openapi/zz_generated.openapi.go
# low-change sample-apiserver spec to be compilable when published
!staging/src/k8s.io/sample-apiserver/pkg/generated/openapi/zz_generated.openapi.go

# make-related metadata
/.make/
Expand Down
Loading

0 comments on commit 2b19e95

Please sign in to comment.