package
0.0.0-20240905184220-0a5f9d4d9d01
Repository: https://github.com/datadog/chaos-controller.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
# Functions
ClearGrpcDisruptions executes a ResetDisruptions call on the provided DisruptionListenerClient.
GenerateEndpointSpecs converts a slice of EndpointAlterations into a slice of EndpointSpecs which can be sent through gRPC call to disruptionListener.
NewDisruptionListener creates a new DisruptionListener Service with the logger instantiated and DisruptionConfiguration set to be empty.
SendGrpcDisruption takes in a CRD specification for GRPC disruptions and executes a Disrupt call on the provided DisruptionListenerClient.
# Structs
ChaosDisruptionListener is a gRPC Service that can disrupt endpoints of a gRPC server.