File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 22- [ Getting Started] ( getting-started.md )
33- [ Validations] ( validations.md )
44- [ Configuration] ( configuration.md )
5+ - [ Go Library] ( go-library.md )
Original file line number Diff line number Diff line change 1+ # Go Library
2+
3+ crdify may be used as a CLI or as a Go library. For an example of using crdify as a library, see the
4+ [ OLM v1 preflight checks for CRD compatibility] ( https://github.com/operator-framework/operator-controller/blob/f17f3c5728d330511f970ce501b709321ba54b09/internal/operator-controller/rukpak/preflights/crdupgradesafety/crdupgradesafety.go#L67-L107 ) .
5+
6+ To communicate library changes, crdify adheres to the [ go package version numbers convention] ( https://go.dev/doc/modules/version-numbers ) .
7+ Keep in mind that, while we will try to keep the API as stable as possible, v0.x.y versions may introduce breaking changes.
You can’t perform that action at this time.
0 commit comments