You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reflect.TypeFor[any](): rapid.Just[any](nil), // Return nil for all untyped (any, interface{}) fields.
151
-
reflect.TypeFor[*metav1.FieldsV1](): rapid.Just[any](nil), // Return nil for K8s accounting fields.
152
-
reflect.TypeFor[corev1.Probe](): Probe.AsAny(), // We use the Probe type to simplify typing but it's serialization isn't fully "partial" which is acceptable.
reflect.TypeFor[any](): rapid.Just[any](nil), // Return nil for all untyped (any, interface{}) fields.
151
+
reflect.TypeFor[*metav1.FieldsV1](): rapid.Just[any](nil), // Return nil for K8s accounting fields.
152
+
reflect.TypeFor[corev1.Probe](): Probe.AsAny(), // We use the Probe type to simplify typing but it's serialization isn't fully "partial" which is acceptable.
153
+
reflect.TypeFor[*redpanda.PartialSidecars](): rapid.Just[any](nil), // Intentionally not included in the operator as the operator handles this itself.
0 commit comments