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 ec5b882 commit a46cadaCopy full SHA for a46cada
1 file changed
crates/stackable-operator/src/patchinator/crd.rs
@@ -7,7 +7,10 @@ use crate::utils::crds::raw_object_list_schema;
7
#[derive(Clone, Debug, Deserialize, JsonSchema, Serialize)]
8
#[serde(rename_all = "camelCase")]
9
pub struct ObjectOverrides {
10
- /// TODO docs
+ /// 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
14
#[serde(default)]
15
#[schemars(schema_with = "raw_object_list_schema")]
16
pub object_overrides: Vec<DynamicObject>,
0 commit comments