Skip to content
Merged
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
4 changes: 4 additions & 0 deletions schema/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Schema Tool

> [!WARNING]
> This module is now deprecated. Please, use [k8s controller-gen](sigs.k8s.io/controller-tools/cmd/controller-gen)
> instead. See, example: https://github.com/knative-extensions/sample-controller/pull/931

Schema is a seed of a CLI tool that a downstream can use to use reflection and go file inspection to
generate a base version of OpenAPI for a CRD. The resulting schema will be used by Kubernetes to
provide results from `kubectl explain <type>` calls, and type validation.
Expand Down
1 change: 1 addition & 0 deletions schema/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: use k8s controller-gen instead, see: https://github.com/knative-extensions/sample-controller/pull/931
module knative.dev/hack/schema

go 1.21
Expand Down