Versions in this module Expand all Collapse all v2 v2.0.0 Apr 23, 2023 Changes in this version + var ChaosObjects = fx.Supply(fx.Annotated{ ... }, fx.Annotated{ ... }, fx.Annotated{ ... }, ...) + var WebhookObjects = fx.Supply(fx.Annotated{ ... }, fx.Annotated{ ... }) + type Controller string + type Object struct + Name string + Object v1alpha1.InnerObject + type WebhookObject struct + Name string + Object v1alpha1.WebhookObject