Versions in this module Expand all Collapse all v2 v2.0.0 Apr 23, 2023 Changes in this version + var ErrContainerNotFound error = errors.New("container not found") + var ErrUnknownAction error = errors.New("unknown action") + var ErrUnknownType error = errors.New("unknown type") + var Module = fx.Provide(NewContainerRecordDecoder) + type ContainerRecordDecoder struct + func NewContainerRecordDecoder(c client.Client, builder *chaosdaemon.ChaosDaemonClientBuilder) *ContainerRecordDecoder + func (d *ContainerRecordDecoder) DecodeContainerRecord(ctx context.Context, record *v1alpha1.Record, obj v1alpha1.InnerObject) (decoded DecodedContainerRecord, err error) + type DecodedContainerRecord struct + ContainerId string + ContainerName string + PbClient chaosdaemonclient.ChaosDaemonClientInterface + Pod *v1.Pod