Releases: kubernetes-sigs/apiserver-builder-alpha
Releases · kubernetes-sigs/apiserver-builder-alpha
v0.1-alpha.14
Fix issue with apiserver/controller container not having root certs
v0.1-alpha.13
Support for types repo types in fields of API objects
v0.1-alpha.11
- Support for Slices, Maps and Pointers in Spec
- Support for
apiserver-builder create subresource
to add subresources to a resource
v0.1-alpha.9
- Fix issue resulting in old version of the code being used in the vendor
v0.1-alpha.8
- Fix issue with creating non-namespaced resources
v0.1-alpha.7
- Clean up intermediate files for generated docs
- Support both k8s.io/client-go types and k8s.io/api types when generating openapi
v0.1-alpha.6
- Breaking changes - requires
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
be set on resources/subresource, and// +k8s:deepcopy-gen=false
be set on structs that are libraries - Rebase on apiserver-master
- Support for not-generating unversioned types
v0.1-alpha.5
- Support for not generating unversioned struct definitions by adding the comment
// +genregister:unversioned=false
- Example updated
- Don't print the access token when starting the server (by default)
v0.1-alpha.4
Merge pull request #97 from ibazhitov/fix-92 Do not initialize custom REST handler during ApiVersion initialization
v0.1-alpha.3
- Fixes to docs generation
- Automatically create sample config and example config when creating a resource
- Fix issue where an error wasn't thrown when boilerplate was missing