Skip to content

Commit af66cf5

Browse files
committed
test(stackable-versioned): Fix doc test
1 parent 710d69b commit af66cf5

File tree

1 file changed

+1
-0
lines changed
  • crates/stackable-versioned-macros/src

1 file changed

+1
-0
lines changed

crates/stackable-versioned-macros/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ mod utils;
881881
/// #[versioned(
882882
/// version(name = "v1alpha1"),
883883
/// version(name = "v1beta1"),
884+
/// options(k8s(experimental_conversion_tracking))
884885
/// )]
885886
/// mod versioned {
886887
/// #[versioned(crd(group = "example.com"))]

0 commit comments

Comments
 (0)