Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Markers can now indicate their priority when applying #706

Merged
merged 11 commits into from
Feb 5, 2024
Prev Previous commit
fix godoc comment
  • Loading branch information
dprotaso committed Jan 31, 2024
commit 239ff67a447356eb4be275ec7feb2ecb3e695271
2 changes: 1 addition & 1 deletion pkg/crd/markers/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ limitations under the License.
// # CRD Markers
//
// Markers that modify anything in the CRD itself *except* for the schema
// implement ApplyToCRD (crd.CRDMarker). They are expected to detect whether
// implement ApplyToCRD (crd.SpecMarker). They are expected to detect whether
// they should apply themselves to a specific version in the CRD (as passed to
// them), or to the root-level CRD for legacy cases. They are applied *after*
// the rest of the CRD is computed.
Expand Down