Skip to content

Commit a6101a4

Browse files
committed
Docs for label::well_known::vendor_stackable
1 parent 1e4cffe commit a6101a4

File tree

1 file changed

+2
-0
lines changed
  • crates/stackable-operator/src/kvp/label

1 file changed

+2
-0
lines changed

crates/stackable-operator/src/kvp/label/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ pub mod well_known {
114114
Label::try_from((K8S_APP_VERSION_KEY, version))
115115
}
116116

117+
/// Creates the `stackable.tech/vendor: Stackable` label, tagging the object as
118+
/// created by a Stackable operator.
117119
pub fn vendor_stackable() -> Label {
118120
Label::try_from((STACKABLE_VENDOR_KEY, STACKABLE_VENDOR_VALUE))
119121
.expect("failed to parse hard-coded Stackable vendor label")

0 commit comments

Comments
 (0)