Attributes provides a way to add a map of arbitrary YAML/JSON objects. +kubebuilder:validation:Type=object +kubebuilder:validation:XPreserveUnknownFields
| 28 | // +kubebuilder:validation:Type=object |
| 29 | // +kubebuilder:validation:XPreserveUnknownFields |
| 30 | type Attributes map[string]apiext.JSON |
| 31 | |
| 32 | // MarshalJSON implements custom JSON marshaling |
| 33 | // to support free-form attributes |
no outgoing calls
no test coverage detected