Skip to content

Commit a46cada

Browse files
committed
Improve CRD docs
1 parent ec5b882 commit a46cada

File tree

1 file changed

+4
-1
lines changed
  • crates/stackable-operator/src/patchinator

1 file changed

+4
-1
lines changed

crates/stackable-operator/src/patchinator/crd.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ use crate::utils::crds::raw_object_list_schema;
77
#[derive(Clone, Debug, Deserialize, JsonSchema, Serialize)]
88
#[serde(rename_all = "camelCase")]
99
pub struct ObjectOverrides {
10-
/// TODO docs
10+
/// A list of generic Kubernetes objects, which are merged onto the objects that the operator
11+
/// creates.
12+
///
13+
// TODO: Add link to concepts page once it exists
1114
#[serde(default)]
1215
#[schemars(schema_with = "raw_object_list_schema")]
1316
pub object_overrides: Vec<DynamicObject>,

0 commit comments

Comments
 (0)