File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -639,6 +639,8 @@ spec:
639639 description : |-
640640 A list of generic Kubernetes objects, which are merged onto the objects that the operator
641641 creates.
642+
643+ List entries are arbitrary YAML objects, which need to be valid Kubernetes objects.
642644 items :
643645 type : object
644646 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ pub struct ObjectOverrides {
1010 /// A list of generic Kubernetes objects, which are merged onto the objects that the operator
1111 /// creates.
1212 ///
13+ /// List entries are arbitrary YAML objects, which need to be valid Kubernetes objects.
14+ //
1315 // TODO: Add link to concepts page once it exists
1416 #[ serde( default ) ]
1517 #[ schemars( schema_with = "raw_object_list_schema" ) ]
You can’t perform that action at this time.
0 commit comments