We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710d69b commit af66cf5Copy full SHA for af66cf5
1 file changed
crates/stackable-versioned-macros/src/lib.rs
@@ -881,6 +881,7 @@ mod utils;
881
/// #[versioned(
882
/// version(name = "v1alpha1"),
883
/// version(name = "v1beta1"),
884
+/// options(k8s(experimental_conversion_tracking))
885
/// )]
886
/// mod versioned {
887
/// #[versioned(crd(group = "example.com"))]
0 commit comments