Add openapi generation for the kube-aggregator

This commit is contained in:
bjrara
2020-05-30 17:33:48 +08:00
parent 5dbe3e308a
commit 5e0bd8a44c
14 changed files with 2991 additions and 8 deletions

1
.gitignore vendored
View File

@@ -111,6 +111,7 @@ 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
!staging/src/k8s.io/kube-aggregator/pkg/generated/openapi/zz_generated.openapi.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